From 0a257a8c4ef3089470d34add7546075e7a17ce52 Mon Sep 17 00:00:00 2001 From: hazzuk Date: Fri, 20 Dec 2024 03:55:50 +0000 Subject: [PATCH] feat(leftpanel): add box shadow for contrast --- res/css/structures/_LeftPanel.pcss | 1 + 1 file changed, 1 insertion(+) diff --git a/res/css/structures/_LeftPanel.pcss b/res/css/structures/_LeftPanel.pcss index d6d23bbcf28..bde11867a73 100644 --- a/res/css/structures/_LeftPanel.pcss +++ b/res/css/structures/_LeftPanel.pcss @@ -35,6 +35,7 @@ Please see LICENSE files in the repository root for full details. height: 100%; /* ensure space panel is still scrollable with an outer wrapper */ .mx_LeftPanel_wrapper--user { + box-shadow: -5px 0px 10px rgba(0, 0, 0, 0.4); background-color: $roomlist-bg-color; display: flex; overflow: hidden;