Fixed missing padding in style chooser (mobile version)
authorMarcel Werk <burntime@woltlab.com>
Wed, 4 Jan 2017 17:13:55 +0000 (18:13 +0100)
committerMarcel Werk <burntime@woltlab.com>
Wed, 4 Jan 2017 17:13:55 +0000 (18:13 +0100)
wcfsetup/install/files/style/layout/containerList.scss

index 97323e12e4b08fc464ecfb065088a2fc9b858206..758a630752433e851a211c311d4126af4082a479 100644 (file)
         }
     }
 }
+
+@include screen-md-down {
+       .styleList > li {
+               padding: 10px;
+       }
+}