From 151ff413c73a4d465062557e05812ac2d7dc25b4 Mon Sep 17 00:00:00 2001 From: Danila Fedorin Date: Sun, 19 May 2019 13:47:06 -0700 Subject: [PATCH] Fix up room list's width. --- static/scss/style.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/static/scss/style.scss b/static/scss/style.scss index a4a6fdb..05225a3 100644 --- a/static/scss/style.scss +++ b/static/scss/style.scss @@ -155,6 +155,8 @@ div.base-wrapper { */ div.rooms-wrapper { flex-shrink: 0; + width: 15%; + min-width: 200px; background-color: $background-color-light; .room-search {