Skip to content
Snippets Groups Projects
Commit ecb8acb1 authored by eal's avatar eal
Browse files

Some css fixes.

Scale chat panel size to viewport height, fit message field to width.
parent 612fb183
No related branches found
No related tags found
1 merge request!182Feature/chat
Pipeline #
......@@ -30,6 +30,11 @@
<style lang="scss">
.chat-window {
max-height: 80vh;
overflow-y: auto;
overflow-x: hidden;
}
.chat-message {
padding: 0.2em 0.5em
}
......@@ -47,7 +52,7 @@
flex: auto;
input {
margin: 0.5em;
width: 100%;
width: fill-available;
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment