mirror of https://github.com/zulip/zulip.git
css: Reorder right-sidebar.scss to put `#user_presences` alongside.
This commit is contained in:
parent
a27e908cae
commit
869dad4f9e
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue