Update chat.css

This commit is contained in:
Hepatica
2024-02-09 23:08:26 +01:00
committed by GitHub
parent ab292da11a
commit 39eee4e58a

View File

@@ -198,3 +198,9 @@
height: 95%; height: 95%;
} }
} }
@media screen and (min-height: 950px) {
.chat {
height: 97%;
}
}