From 869dad4f9eeec174f7058879167131d02a02d98b Mon Sep 17 00:00:00 2001 From: majordwarf Date: Mon, 8 Jun 2020 13:41:38 +0530 Subject: [PATCH] css: Reorder right-sidebar.scss to put `#user_presences` alongside. --- static/styles/right-sidebar.scss | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/static/styles/right-sidebar.scss b/static/styles/right-sidebar.scss index e40dd9b566..ac9981ae6e 100644 --- a/static/styles/right-sidebar.scss +++ b/static/styles/right-sidebar.scss @@ -6,11 +6,6 @@ } } -#user_presences li:hover, -#user_presences li.highlighted_user { - background-color: hsl(93, 19%, 88%); -} - #buddy_list_wrapper { position: relative; margin-left: 0; @@ -21,6 +16,19 @@ list-style-position: inside; /* Draw the bullets inside our box */ } +#user_presences li { + list-style-type: none; + + border-radius: 4px; + margin: 1px 0px; + padding-right: 15px; +} + +#user_presences li:hover, +#user_presences li.highlighted_user { + background-color: hsl(93, 19%, 88%); +} + #user_presences { max-width: 95%; overflow-x: hidden; @@ -60,14 +68,6 @@ } } -#user_presences li { - list-style-type: none; - - border-radius: 4px; - margin: 1px 0px; - padding-right: 15px; -} - #user_presences .user_circle { width: 8px; height: 8px;