aboutsummaryrefslogtreecommitdiff
path: root/client-web/style/side.sass
diff options
context:
space:
mode:
authortpart <tpart120@proton.me>2023-09-23 22:06:46 +0200
committermetamuffin <metamuffin@disroot.org>2023-09-23 22:11:30 +0200
commitc283c98446d21adb0d5a3513ea0bde9e9b08a511 (patch)
tree2bf7aa0a4036993ffbc1e74246a446b2ed077e9f /client-web/style/side.sass
parentbfcbe5a95d870b8080d33cbbacf3fde36c476e69 (diff)
downloadkeks-meet-c283c98446d21adb0d5a3513ea0bde9e9b08a511.tar
keks-meet-c283c98446d21adb0d5a3513ea0bde9e9b08a511.tar.bz2
keks-meet-c283c98446d21adb0d5a3513ea0bde9e9b08a511.tar.zst
Fix CSS and add new chat design
Signed-off-by: metamuffin <metamuffin@disroot.org>
Diffstat (limited to 'client-web/style/side.sass')
-rw-r--r--client-web/style/side.sass6
1 files changed, 5 insertions, 1 deletions
diff --git a/client-web/style/side.sass b/client-web/style/side.sass
index ba95f1b..956df25 100644
--- a/client-web/style/side.sass
+++ b/client-web/style/side.sass
@@ -5,10 +5,10 @@
.side-ui
flex: 0
+ z-index: 99
.side-tray
height: 100%
overflow-y: auto
- padding: 2em
background-color: var(--bg)
>.animate-in
@@ -34,6 +34,7 @@
flex: 1
display: flex
flex-flow: row
+ overflow: hidden
@media (max-width: 900px)
flex-flow: column
@@ -41,6 +42,9 @@
flex: 0
.preferences
width: min(50em, 100vw)
+ height: 100%
+ padding: 1em
+ box-sizing: border-box
.chat
width: min(30em, 100vw)
.room-watches