right_sidebar: Add missing right margin to header.

This commit is contained in:
evykassirer 2024-11-16 12:32:38 -08:00 committed by Tim Abbott
parent 5d1de4c037
commit a8abcf5210
1 changed files with 1 additions and 0 deletions

View File

@ -234,6 +234,7 @@ $user_status_emoji_width: 24px;
color: var(--color-text-default);
border-radius: 4px;
padding-left: 4px;
margin-right: var(--width-simplebar-scroll-hover);
&:hover {
background-color: var(--color-buddy-list-highlighted-user);