From 2dc26ca6b89bf3a1fea372f314834c13fe58067b Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Sat, 25 May 2013 16:49:13 +0200 Subject: [PATCH] Mobile optimizations --- wcfsetup/install/files/style/dropdown.less | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/wcfsetup/install/files/style/dropdown.less b/wcfsetup/install/files/style/dropdown.less index a70af791f0..1efcb5204b 100644 --- a/wcfsetup/install/files/style/dropdown.less +++ b/wcfsetup/install/files/style/dropdown.less @@ -206,4 +206,20 @@ .boxFlag > .box24, .boxFlag.box24 { min-height: 20px; -} \ No newline at end of file +} + +@media only screen and (max-width: 800px) { + .dropdownMenu { + left: 0 !important; + right: 0 !important; + + li { + overflow: hidden; + + > a, + > span { + white-space: normal; + } + } + } +} -- 2.20.1