Reduced the height of the clickable avatar in the recent activities
authorMarcel Werk <burntime@woltlab.com>
Sat, 31 Aug 2019 14:48:48 +0000 (16:48 +0200)
committerMarcel Werk <burntime@woltlab.com>
Sat, 31 Aug 2019 14:48:48 +0000 (16:48 +0200)
wcfsetup/install/files/style/layout/containerList.scss

index 42b69864be16179aaf952d783998f372ecc6f7f5..31868388d078c4d06d2790476f6af2d6360c7f96 100644 (file)
        .box48 {
                max-height: 500px;
                overflow: hidden;
+               
+               > a:first-child {
+                       align-self: flex-start;
+               }
        }
 }