CSS incorrectly applied for non smartphones sizes
authorAlexander Ebert <ebert@woltlab.com>
Tue, 18 Aug 2020 14:58:06 +0000 (16:58 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Tue, 18 Aug 2020 14:58:06 +0000 (16:58 +0200)
wcfsetup/install/files/style/ui/reactions.scss

index 18e4c4ed12b6f54411fba9ff26959328e1efa51f..ccb831710b1b75f207d71166a447e789a48065a0 100644 (file)
        }
 }
 
-.reactionTypeButtonList {
-       display: flex;
-       flex-direction: column;
-}
-
 @include screen-lg {
        html.touch .reactionPopoverContent .reactionTypeButton {
                display: block;
        }
 }
 
+@include screen-xs {
+       .reactionTypeButtonList {
+               display: flex;
+               flex-direction: column;
+       }
+}
+
 #likeList .likeTypeSelection {
        display: flex;
        justify-content: flex-end;