UX: fix height of fullscreen chat container (#40)

This commit is contained in:
Kris 2023-12-22 14:27:49 -05:00 committed by GitHub
parent 6dcf125488
commit b9d4474566
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,11 @@ html body.has-sidebar-page.has-full-page-chat {
}
.chat-channel {
height: calc(100vh - (var(--header-offset) + 6em));
height: calc(100vh - (var(--header-offset) + 10em));
}
.c-navbar-container {
border-radius: 1em 1em 0 0;
}
.chat-composer__wrapper {