mirror of https://github.com/zulip/zulip.git
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.
This commit is contained in:
parent
94884a4418
commit
786501f707
|
@ -21,7 +21,7 @@
|
|||
}
|
||||
|
||||
#user_presences {
|
||||
max-width: 100%;
|
||||
max-width: 95%;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue