summaryrefslogtreecommitdiff
path: root/client-web/style/chat.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/chat.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/chat.sass')
-rw-r--r--client-web/style/chat.sass9
1 files changed, 8 insertions, 1 deletions
diff --git a/client-web/style/chat.sass b/client-web/style/chat.sass
index ea5f06f..b5a92dd 100644
--- a/client-web/style/chat.sass
+++ b/client-web/style/chat.sass
@@ -6,6 +6,7 @@
.chat
display: flex
flex-direction: column
+ height: 100%
.message
margin: 0.2em
@@ -21,11 +22,17 @@
flex: 1
width: 100%
overflow: scroll
+ padding: 1em
+ box-sizing: border-box
.controls
flex: 0
padding: 1em
input
- font-size: x-large
+ font-size: medium
width: 100%
+ border-radius: 5px
+ padding: 0.5em
+ box-sizing: border-box
+