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:
Tim Abbott 2018-08-02 16:57:25 -07:00
parent 94884a4418
commit 786501f707
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
} }
#user_presences { #user_presences {
max-width: 100%; max-width: 95%;
overflow-x: hidden; overflow-x: hidden;
} }