Mobile optimization
authorMarcel Werk <burntime@woltlab.com>
Thu, 8 Aug 2013 21:40:41 +0000 (23:40 +0200)
committerMarcel Werk <burntime@woltlab.com>
Thu, 8 Aug 2013 21:40:41 +0000 (23:40 +0200)
wcfsetup/install/files/style/layout.less

index ebde3c32bffbafb2187b09021e594833ecb1d49d..06fc1a7a7f76399338d2adf9635157ce4f71f06a 100644 (file)
 
 .nestedCategoryList {
        > li {
-               margin-top: 21px;
+               margin-top: 14px;
                overflow: hidden;
                
                &:first-child {
                        }
                }
        }
-       
-       &.doubleColumned {
+}
+
+@media all and (min-width: 801px) {
+       .nestedCategoryList.doubleColumned {
                > li {
                        float: left;
                        width: 50%;