mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 03:25:12 +01:00
fix timeline scrolling
This commit is contained in:
parent
fc873fbfa5
commit
e09d2963df
@ -24,7 +24,7 @@ body {
|
||||
.RoomHeader button.back { display: block; }
|
||||
div.RoomView, div.RoomPlaceholderView { display: none; }
|
||||
div.LeftPanel {flex-grow: 1;}
|
||||
div.room-shown div.RoomView { display: unset; }
|
||||
div.room-shown div.RoomView { display: flex; }
|
||||
div.room-shown div.LeftPanel { display: none; }
|
||||
div.right-shown div.TimelinePanel { display: none; }
|
||||
}
|
||||
|
@ -16,6 +16,7 @@
|
||||
padding: 5px 10px;
|
||||
margin: 5px 10px;
|
||||
background: blue;
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
.message-container .sender {
|
||||
|
Loading…
Reference in New Issue
Block a user