Fix alignment of reaction icon and reaction counter
authorMatthias Schmidt <gravatronics@live.com>
Sun, 8 Sep 2019 18:03:54 +0000 (20:03 +0200)
committerMatthias Schmidt <gravatronics@live.com>
Sun, 8 Sep 2019 18:03:54 +0000 (20:03 +0200)
wcfsetup/install/files/style/ui/reactions.scss

index 17acca00945385ed370a81a08b16de021bfd724e..5d0836edbc07b3b6939dcbd1a0bef1fd4e92d01c 100644 (file)
@@ -44,6 +44,8 @@
 .reactionCount{
        @include wcfFontSmall;
        
+       vertical-align: middle;
+       
        &::before {
                content: ' × ';
        }