Skip to content

Commit

Permalink
feat(leftpanel): add box shadow for contrast
Browse files Browse the repository at this point in the history
  • Loading branch information
hazzuk committed Dec 20, 2024
1 parent ae5c787 commit 0a257a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions res/css/structures/_LeftPanel.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 0a257a8

Please sign in to comment.