Decrease the visual size of the attachment meta data
authorAlexander Ebert <ebert@woltlab.com>
Fri, 14 Jan 2022 12:14:15 +0000 (13:14 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Fri, 14 Jan 2022 12:14:15 +0000 (13:14 +0100)
wcfsetup/install/files/style/ui/attachment.scss

index 53419c36a58e8d9b32da453b251cbcba9f3b1136..d96e75dc3da82b8ba82bf6980e2ec9c6738969c5 100644 (file)
@@ -96,7 +96,9 @@
 
        .attachmentMetaData {
                color: $wcfContentDimmedText;
-               padding: 10px 15px;
+               padding: 10px;
+
+               @include wcfFontSmall;
 
                li:not(:last-child) {
                        margin-right: 10px;