From b415b82a56e42543d4c8e342ec0ee6a560a82024 Mon Sep 17 00:00:00 2001 From: tpart Date: Sat, 23 Sep 2023 22:18:00 +0200 Subject: Fix known rooms padding; remove code duplication Signed-off-by: metamuffin --- client-web/style/chat.sass | 3 --- client-web/style/side.sass | 4 ++-- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/client-web/style/chat.sass b/client-web/style/chat.sass index b5a92dd..d9a3673 100644 --- a/client-web/style/chat.sass +++ b/client-web/style/chat.sass @@ -22,12 +22,9 @@ flex: 1 width: 100% overflow: scroll - padding: 1em - box-sizing: border-box .controls flex: 0 - padding: 1em input font-size: medium diff --git a/client-web/style/side.sass b/client-web/style/side.sass index 956df25..d1ecc8e 100644 --- a/client-web/style/side.sass +++ b/client-web/style/side.sass @@ -8,6 +8,8 @@ z-index: 99 .side-tray height: 100% + padding: 1em + box-sizing: border-box overflow-y: auto background-color: var(--bg) @@ -43,8 +45,6 @@ .preferences width: min(50em, 100vw) height: 100% - padding: 1em - box-sizing: border-box .chat width: min(30em, 100vw) .room-watches -- cgit v1.2.3-70-g09d2