Fix reaction list buttons in user profile
authorJoshua Rüsweg <ruesweg@woltlab.com>
Sun, 26 May 2019 18:30:58 +0000 (20:30 +0200)
committerJoshua Rüsweg <ruesweg@woltlab.com>
Sun, 26 May 2019 18:31:22 +0000 (20:31 +0200)
See #2508

wcfsetup/install/files/style/ui/reactions.scss

index 91f007ac2de99223d36898061d1b5878f4b0851d..d78bcf8233c3c68b65cb862e3755bc21f8aa5cb3 100644 (file)
@@ -171,4 +171,19 @@ li.reactCountButton:hover {
 .messageFooterGroup > .mobileReactButton {
        margin-left: auto;
        margin-top: 20px;
+}
+
+#likeList .likeTypeSelection {
+       display: flex;
+       justify-content: flex-end;
+       
+       .buttonGroup li {
+               display: flex;
+               justify-content: stretch;
+               
+               a {
+                       display: flex;
+                       align-items: center;
+               }
+       }
 }
\ No newline at end of file