forked from matrix/element-web
CSS for lonely room message
Signed-off-by: Travis Ralston <travpc@gmail.com>
This commit is contained in:
parent
e405d6cbd6
commit
783aebe5eb
|
@ -150,6 +150,16 @@ limitations under the License.
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mx_RoomStatusBar_isAlone {
|
||||||
|
height: 50px;
|
||||||
|
line-height: 50px;
|
||||||
|
|
||||||
|
color: $primary-fg-color;
|
||||||
|
opacity: 0.5;
|
||||||
|
overflow-y: hidden;
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
.mx_MatrixChat_useCompactLayout {
|
.mx_MatrixChat_useCompactLayout {
|
||||||
.mx_RoomStatusBar {
|
.mx_RoomStatusBar {
|
||||||
min-height: 40px;
|
min-height: 40px;
|
||||||
|
|
Loading…
Reference in New Issue