From 3a11e70b3d79ccbd4e336a0c202ccaf1befd95d9 Mon Sep 17 00:00:00 2001 From: chapoi <101828855+chapoi@users.noreply.github.com> Date: Tue, 26 Nov 2024 03:25:12 +0100 Subject: [PATCH] UX: chat drawer hover effect width calc fix (#29910) --- plugins/chat/assets/stylesheets/common/chat-navbar.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/chat/assets/stylesheets/common/chat-navbar.scss b/plugins/chat/assets/stylesheets/common/chat-navbar.scss index b97a300c070..13b9e648bab 100644 --- a/plugins/chat/assets/stylesheets/common/chat-navbar.scss +++ b/plugins/chat/assets/stylesheets/common/chat-navbar.scss @@ -46,7 +46,7 @@ content: ""; position: absolute; height: 100%; - left: 0; + left: -1rem; width: calc(100cqw - 2.3em + 1rem); }