mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 03:25:12 +01:00
Merge branch 'master' into bwindels/url-routing
This commit is contained in:
commit
547241f577
@ -230,7 +230,9 @@ button.utility.grid.on {
|
|||||||
|
|
||||||
.LeftPanel .RoomList {
|
.LeftPanel .RoomList {
|
||||||
padding: 0;
|
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 {
|
.RoomList li {
|
||||||
|
Loading…
Reference in New Issue
Block a user