Decrease the height of the news widget
authorAlexander Ebert <ebert@woltlab.com>
Tue, 25 Jul 2023 09:38:17 +0000 (11:38 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Tue, 25 Jul 2023 09:38:17 +0000 (11:38 +0200)
wcfsetup/install/files/acp/style/layout.scss

index 5401e24fe97082bf61ffc7bb7e1a8711f99f4164..7d9778d9dfdf43061fd731fd875cb9e1706d2f13 100644 (file)
@@ -580,7 +580,7 @@ $wcfAcpSubMenuWidth: 300px;
 #woltlab_newsfeed {
        border: 1px solid $wcfContentBorderInner;
        border-radius: 4px;
-       height: 100vh;
+       height: 70vh;
        max-width: 100%;
        width: 600px;
 }