From 783aebe5eb439396f92ddea3b1ee182c42184af0 Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Wed, 11 Oct 2017 21:13:55 -0600 Subject: [PATCH] CSS for lonely room message Signed-off-by: Travis Ralston --- .../matrix-react-sdk/structures/_RoomStatusBar.scss | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/skins/vector/css/matrix-react-sdk/structures/_RoomStatusBar.scss b/src/skins/vector/css/matrix-react-sdk/structures/_RoomStatusBar.scss index d4b425ee44..ca7431eac2 100644 --- a/src/skins/vector/css/matrix-react-sdk/structures/_RoomStatusBar.scss +++ b/src/skins/vector/css/matrix-react-sdk/structures/_RoomStatusBar.scss @@ -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;