mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-22 19:14:52 +01:00
leave some space between room list tile and edge
This commit is contained in:
parent
cb0ef1a1ae
commit
ca0f8fd142
@ -230,7 +230,9 @@ button.utility.grid.on {
|
||||
|
||||
.LeftPanel .RoomList {
|
||||
padding: 0;
|
||||
margin-right: -8px; /* make scrollbar hit right edge of parent */
|
||||
/* make scrollbar hit right edge of parent */
|
||||
padding-right: 8px;
|
||||
margin-right: -8px;
|
||||
}
|
||||
|
||||
.RoomList li {
|
||||
|
Loading…
Reference in New Issue
Block a user