mirror of
https://github.com/vector-im/element-web.git
synced 2025-11-04 18:21:31 +01:00
Hide statusAreaBox_line entirely when inCall
This is to keep things vertically balanced. Fixes https://github.com/vector-im/riot-web/issues/3269
This commit is contained in:
parent
640c486bde
commit
cfbcffac5a
@ -206,8 +206,9 @@ hr.mx_RoomView_myReadMarker {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.mx_RoomView_inCall .mx_RoomView_statusAreaBox_line {
|
.mx_RoomView_inCall .mx_RoomView_statusAreaBox_line {
|
||||||
border-top: 1px hidden;
|
margin-top: 2px;
|
||||||
padding-top: 1px;
|
border: none;
|
||||||
|
height: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_RoomView_inCall .mx_MessageComposer_wrapper {
|
.mx_RoomView_inCall .mx_MessageComposer_wrapper {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user