From 85fea7af683a4c263852d48a8c704eb37d7a7833 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Thu, 6 Apr 2023 18:07:46 +0200 Subject: [PATCH] Improve the visuals of the placeholder to add a comment Closes #5395 --- wcfsetup/install/files/style/ui/comment.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/wcfsetup/install/files/style/ui/comment.scss b/wcfsetup/install/files/style/ui/comment.scss index 16403eec3a..ae154ac080 100644 --- a/wcfsetup/install/files/style/ui/comment.scss +++ b/wcfsetup/install/files/style/ui/comment.scss @@ -109,6 +109,7 @@ .commentAdd__placeholder { align-items: center; background-color: var(--wcfSidebarBackground); + border-radius: var(--wcfBorderRadius); column-gap: 10px; color: var(--wcfSidebarText); display: flex; @@ -123,6 +124,10 @@ } } +html[data-color-scheme="dark"] .commentAdd__content--collapsed .commentAdd__placeholder { + border: 1px solid var(--wcfSidebarBorder); +} + .commentAdd__content--loading { height: 150px; position: relative; -- 2.20.1