Even more height fixes, bit better background

This commit is contained in:
mrfry 2021-06-09 10:58:24 +02:00
parent 5546bdb477
commit 14d8e43083
4 changed files with 8 additions and 6 deletions

View file

@ -1,7 +1,7 @@
.chat {
display: flex;
align-items: stretch;
height: 100%;
height: calc(100vh - 50px);
}
.main {