Minor design tweaks for content item list
authorMarcel Werk <burntime@woltlab.com>
Mon, 14 Jun 2021 13:16:16 +0000 (15:16 +0200)
committerMarcel Werk <burntime@woltlab.com>
Mon, 14 Jun 2021 13:16:16 +0000 (15:16 +0200)
wcfsetup/install/files/style/ui/contentItem.scss

index dc2d09a5b307afa1572fb2d53b9aa77fe6334169..c2a8523bc2b0265020388e6bd6ba8a7ca471caf5 100644 (file)
 }
 
 .contentItemDescription {
-       color: $wcfContentText;
-       margin-top: 10px;
+       color: $wcfContentDimmedText;
+       margin-top: 5px;
 
        img {
                height: auto !important;
 }
 
 .contentItemMetaIcons {
+       align-items: center;
        display: flex;
        flex: 0 auto;
        margin-left: 10px;
+
+       @include wcfFontSmall;
 }
 
 .contentItemMetaIcon {
        &:not(:first-child) {
                margin-left: 10px;
        }
+
+       .topReactionShort {
+               align-items: center;
+               display: flex;
+       }
+
+       .reactionType {
+               margin-right: 3px;
+       }
 }
 
 .contentItemImagePreview {