From: Marcel Werk Date: Thu, 8 Aug 2013 21:40:41 +0000 (+0200) Subject: Mobile optimization X-Git-Tag: 2.0.0_Beta_7~43 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=22a3efb3ec672ab72abad46e792262112958613e;p=GitHub%2FWoltLab%2FWCF.git Mobile optimization --- diff --git a/wcfsetup/install/files/style/layout.less b/wcfsetup/install/files/style/layout.less index ebde3c32bf..06fc1a7a7f 100644 --- a/wcfsetup/install/files/style/layout.less +++ b/wcfsetup/install/files/style/layout.less @@ -1060,7 +1060,7 @@ .nestedCategoryList { > li { - margin-top: 21px; + margin-top: 14px; overflow: hidden; &:first-child { @@ -1080,8 +1080,10 @@ } } } - - &.doubleColumned { +} + +@media all and (min-width: 801px) { + .nestedCategoryList.doubleColumned { > li { float: left; width: 50%;