From 786501f707667cc4bc7ad06e16b56122164c6281 Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Thu, 2 Aug 2018 16:57:25 -0700 Subject: [PATCH] buddy list: Shrink #user_presences to 95% width. This fixes annoying problems where the scrollbar at the right of the buddy list looks bad where it overlaps the buddy list. --- static/styles/right-sidebar.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/styles/right-sidebar.scss b/static/styles/right-sidebar.scss index 8db27defc5..567cf7c56b 100644 --- a/static/styles/right-sidebar.scss +++ b/static/styles/right-sidebar.scss @@ -21,7 +21,7 @@ } #user_presences { - max-width: 100%; + max-width: 95%; overflow-x: hidden; }