css: Reorder right-sidebar.scss to put `#user_presences` alongside.

This commit is contained in:
majordwarf 2020-06-08 13:41:38 +05:30 committed by Tim Abbott
parent a27e908cae
commit 869dad4f9e
1 changed files with 13 additions and 13 deletions

View File

@ -6,11 +6,6 @@
} }
} }
#user_presences li:hover,
#user_presences li.highlighted_user {
background-color: hsl(93, 19%, 88%);
}
#buddy_list_wrapper { #buddy_list_wrapper {
position: relative; position: relative;
margin-left: 0; margin-left: 0;
@ -21,6 +16,19 @@
list-style-position: inside; /* Draw the bullets inside our box */ 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 { #user_presences {
max-width: 95%; max-width: 95%;
overflow-x: hidden; 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 { #user_presences .user_circle {
width: 8px; width: 8px;
height: 8px; height: 8px;