Suppress the content border at the top of the first message
authorAlexander Ebert <ebert@woltlab.com>
Thu, 6 Jul 2023 10:26:09 +0000 (12:26 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Thu, 6 Jul 2023 10:26:09 +0000 (12:26 +0200)
wcfsetup/install/files/style/ui/message.scss

index f5e44bd5829fb0ca5589710786fd1db90ef791d7..8f4a9c6a2cc28bb02d268e2d23ee0bf39b79eb9e 100644 (file)
@@ -20,6 +20,7 @@
 
                        > li:first-child .messageSidebar {
                                border-radius: var(--wcfBorderRadius) var(--wcfBorderRadius) 0 0;
+                               border-top-color: var(--wcfSidebarBorder);
                        }
 
                        > .messageListPagination {