fix statusbar layout some more
parent
11ac6defed
commit
dbf3439e35
|
@ -1,6 +1,7 @@
|
||||||
.mx_RoomStatusBar {
|
.mx_RoomStatusBar {
|
||||||
padding-top: 5px;
|
margin-top: 5px;
|
||||||
margin-left: 65px;
|
margin-left: 65px;
|
||||||
|
min-height: 24px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* position the indicator in the same place horizontally as .mx_EventTile_avatar. */
|
/* position the indicator in the same place horizontally as .mx_EventTile_avatar. */
|
||||||
|
@ -9,6 +10,8 @@
|
||||||
padding-right: 12px;
|
padding-right: 12px;
|
||||||
margin-left: -73px;
|
margin-left: -73px;
|
||||||
float: left;
|
float: left;
|
||||||
|
width: 24px;
|
||||||
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_RoomStatusBar_placeholderIndicator {
|
.mx_RoomStatusBar_placeholderIndicator {
|
||||||
|
|
Loading…
Reference in New Issue