From 804df4f4cb1be1f929a4848c9ec0a4cf5b987cc0 Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Thu, 13 Oct 2016 17:31:13 +0200 Subject: [PATCH] Improved margins in smiley list --- wcfsetup/install/files/style/element/list.scss | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/wcfsetup/install/files/style/element/list.scss b/wcfsetup/install/files/style/element/list.scss index cf5db25662..1375e73a11 100644 --- a/wcfsetup/install/files/style/element/list.scss +++ b/wcfsetup/install/files/style/element/list.scss @@ -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) */ -- 2.20.1