From 8261ae402a4127829885f968d55cbaef71bba4cf Mon Sep 17 00:00:00 2001 From: Danila Fedorin Date: Mon, 10 Dec 2018 14:32:29 -0800 Subject: [PATCH] Prevent room list from shrinking on large messages; align user names. --- static/scss/style.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/static/scss/style.scss b/static/scss/style.scss index edea5a0..74e6ef1 100644 --- a/static/scss/style.scss +++ b/static/scss/style.scss @@ -90,6 +90,8 @@ div.base-wrapper { * The list of rooms */ div.rooms-wrapper { + flex-shrink: 0; + a { display: block; } @@ -122,6 +124,7 @@ div.message-wrapper { table.events-wrapper { td { padding-left: 5px; + vertical-align: top; } }