CSS for lonely room message

Signed-off-by: Travis Ralston <travpc@gmail.com>
pull/5267/head
Travis Ralston 2017-10-11 21:13:55 -06:00
parent e405d6cbd6
commit 783aebe5eb
1 changed files with 10 additions and 0 deletions

View File

@ -150,6 +150,16 @@ limitations under the License.
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_RoomStatusBar {
min-height: 40px;