Update chat.css

This commit is contained in:
Hepatica
2024-02-09 23:14:06 +01:00
committed by GitHub
parent 39eee4e58a
commit 02856cd5d5

View File

@@ -195,12 +195,12 @@
@media screen and (min-width: 918px) {
.chat {
height: 95%;
height: 95% !important;
}
}
@media screen and (min-height: 950px) {
.chat {
height: 97%;
height: 97% !important;
}
}