Improved margins for trophies in message sidebar
authorMarcel Werk <burntime@woltlab.com>
Tue, 19 Jun 2018 09:50:33 +0000 (11:50 +0200)
committerMarcel Werk <burntime@woltlab.com>
Tue, 19 Jun 2018 09:50:33 +0000 (11:50 +0200)
wcfsetup/install/files/style/ui/trophy.scss

index 12295a4b62dac614bb3fddf1a58f7570c052abe0..bdbcb2ca900c74f6ddc817f82280ae3417c0d0b6 100644 (file)
        }
 }
 
-.specialTrophyContainer > ul {
-       display: flex;
-       margin-top: 5px;
-       justify-content: center;
+.specialTrophyContainer {
+       margin-top: 10px;
        
-       > li:not(:last-child) {
-               margin-right: 5px;
+       > ul {
+               display: flex;
+               justify-content: center;
+               
+               > li:not(:last-child) {
+                       margin-right: 5px;
+               }
        }
 }
 
-
 @include screen-sm-down {
        .specialTrophyContainer {
                display: none;