Improved margins in smiley list
authorMarcel Werk <burntime@woltlab.com>
Thu, 13 Oct 2016 15:31:13 +0000 (17:31 +0200)
committerMarcel Werk <burntime@woltlab.com>
Thu, 13 Oct 2016 16:28:12 +0000 (18:28 +0200)
wcfsetup/install/files/style/element/list.scss

index cf5db25662c4fe34f5ea5fa90f06e0531238d72f..1375e73a118c18bacc008896dac0b80ea2b3f6e0 100644 (file)
@@ -98,6 +98,14 @@ ol.nativeList {
 /* list of smileys */
 .smileyList {
        align-items: center;
+       
+       @include screen-lg {
+               margin-bottom: -5px;
+               
+               > li {
+                       margin-bottom: 5px;
+               }
+       }
 }
 
 /* legacy styling (deprecated) */