From 22a3efb3ec672ab72abad46e792262112958613e Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Thu, 8 Aug 2013 23:40:41 +0200 Subject: [PATCH] Mobile optimization --- wcfsetup/install/files/style/layout.less | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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%; -- 2.20.1