From: Marcel Werk Date: Wed, 4 Jan 2017 17:13:55 +0000 (+0100) Subject: Fixed missing padding in style chooser (mobile version) X-Git-Tag: 3.0.0~51 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=b03aa025c7c1093022e4f6444e410b73e9391f01;p=GitHub%2FWoltLab%2FWCF.git Fixed missing padding in style chooser (mobile version) --- diff --git a/wcfsetup/install/files/style/layout/containerList.scss b/wcfsetup/install/files/style/layout/containerList.scss index 97323e12e4..758a630752 100644 --- a/wcfsetup/install/files/style/layout/containerList.scss +++ b/wcfsetup/install/files/style/layout/containerList.scss @@ -271,3 +271,9 @@ } } } + +@include screen-md-down { + .styleList > li { + padding: 10px; + } +}