aboutsummaryrefslogtreecommitdiff
path: root/client-web/style/chat.sass
diff options
context:
space:
mode:
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
+