mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
Merge pull request #3043 from vector-im/luke/fix-status-bar-chopped
Increase the max-height of the expanded status bar
This commit is contained in:
commit
28939d3146
@ -171,7 +171,7 @@ hr.mx_RoomView_myReadMarker {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.mx_RoomView_statusArea_expanded {
|
.mx_RoomView_statusArea_expanded {
|
||||||
max-height: 50px;
|
max-height: 100px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_RoomView_statusAreaBox {
|
.mx_RoomView_statusAreaBox {
|
||||||
|
Loading…
Reference in New Issue
Block a user