Use the full available height in the `woltlabNewsfeed` box
authorCyperghost <olaf_schmitz_1@t-online.de>
Tue, 3 Sep 2024 06:54:18 +0000 (08:54 +0200)
committerCyperghost <olaf_schmitz_1@t-online.de>
Tue, 3 Sep 2024 06:54:18 +0000 (08:54 +0200)
wcfsetup/install/files/acp/style/layout.scss

index 2836b9d45e29ed26abf00e706a4d11709a49be6a..a1fad4aacc33f4b0b077b64c4f8e10dd15f27626 100644 (file)
@@ -889,7 +889,8 @@ html[data-color-scheme="dark"] {
 
 .woltlabNewsfeed {
        border-radius: 0 0 var(--wcfBorderRadius) var(--wcfBorderRadius);
-       height: 400px;
+       min-height: 400px;
+       height: 100%;
        max-width: 100%;
        overflow: hidden;
        text-align: center;
@@ -970,6 +971,7 @@ html[data-color-scheme="dark"] {
 
 .acpDashboardBox__content {
        padding: 20px;
+       height: 100%;
 
        > :first-child {
                margin-top: 0 !important;