From 45d9c04e8ebec55bf7242a6e3bf3fd01475a417c Mon Sep 17 00:00:00 2001 From: evykassirer Date: Tue, 5 Nov 2024 15:27:08 -0800 Subject: [PATCH] buddy_list: Fix vertical spacing issue. --- web/styles/right_sidebar.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/styles/right_sidebar.css b/web/styles/right_sidebar.css index bb78bafe2b..e60b2361d4 100644 --- a/web/styles/right_sidebar.css +++ b/web/styles/right_sidebar.css @@ -291,7 +291,7 @@ $user_status_emoji_width: 24px; "avatar row-content markers-and-controls" var( --right-sidebar-avatar-width ) - "avatar row-content ." auto / auto minmax(0, 1fr) minmax(0, auto); + / auto minmax(0, 1fr) minmax(0, auto); justify-content: flex-start; align-items: center; }