From 959d2c9d7acea2cd7febcf1ab8ba5efd771c7713 Mon Sep 17 00:00:00 2001 From: tpart Date: Sat, 27 Apr 2024 20:01:09 +0200 Subject: Fix: Side bar should not have margin --- client-web/style/menu.sass | 1 - client-web/style/room.sass | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/client-web/style/menu.sass b/client-web/style/menu.sass index c906cc9..3c06680 100644 --- a/client-web/style/menu.sass +++ b/client-web/style/menu.sass @@ -14,7 +14,6 @@ .main position: relative - padding: 0.5em .info-br position: absolute bottom: 0px diff --git a/client-web/style/room.sass b/client-web/style/room.sass index 49022bd..5c41171 100644 --- a/client-web/style/room.sass +++ b/client-web/style/room.sass @@ -6,11 +6,11 @@ .room overflow-y: auto width: 100% - height: 100% display: flex flex-wrap: wrap justify-content: space-around align-content: stretch + padding: 0.5em .user background-color: var(--bg) -- cgit v1.2.3-70-g09d2