increase chat window height on desktop orgy

master
Aevann 2024-04-12 16:00:57 +02:00
parent 0b1f8a66d8
commit f5b2ce32d0
1 changed files with 4 additions and 0 deletions

View File

@ -10,6 +10,10 @@
justify-content: space-around;
}
#chat-window {
max-height: calc(100vh - 210px);
}
@media (max-width: 768px) {
.orgy-top-container {
flex-flow: column wrap;