Display small reactions in the notification overlay
authorJoshua Rüsweg <josh@bastelstu.be>
Sun, 1 Jul 2018 15:25:40 +0000 (17:25 +0200)
committerJoshua Rüsweg <josh@bastelstu.be>
Sun, 1 Jul 2018 15:25:40 +0000 (17:25 +0200)
See #2508

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

index 71da038dcaeaf0c83dd9f28c8b574b4bc4b18f35..e676bb27b94930d79e74ad39726bb54c7c750426 100644 (file)
@@ -114,4 +114,11 @@ ul.buttonList.iconList {
                width: 16px;
                height: 16px;
        }
+}
+
+li.notificationItem {
+       img.reactionType {
+               width: 16px;
+               height: 16px;
+       }
 }
\ No newline at end of file