aboutsummaryrefslogtreecommitdiff
path: root/client-web/style/room.sass
diff options
context:
space:
mode:
authortpart <tpart120@proton.me>2024-04-27 20:01:09 +0200
committertpart <tpart120@proton.me>2024-04-27 20:01:09 +0200
commit959d2c9d7acea2cd7febcf1ab8ba5efd771c7713 (patch)
treee87d5208cdde56f484dee84b2555de82461c3287 /client-web/style/room.sass
parent2a243e5981cf1eb18ebf91ca062df9bb1ca723b3 (diff)
downloadkeks-meet-959d2c9d7acea2cd7febcf1ab8ba5efd771c7713.tar
keks-meet-959d2c9d7acea2cd7febcf1ab8ba5efd771c7713.tar.bz2
keks-meet-959d2c9d7acea2cd7febcf1ab8ba5efd771c7713.tar.zst
Fix: Side bar should not have margin
Diffstat (limited to 'client-web/style/room.sass')
-rw-r--r--client-web/style/room.sass2
1 files changed, 1 insertions, 1 deletions
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)