Update chat.css

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

View File

@@ -192,15 +192,3 @@
.mention-message { .mention-message {
background-color: rgb(169, 113, 0); background-color: rgb(169, 113, 0);
} }
@media screen and (min-width: 918px) {
.chat {
height: 95% !important;
}
}
@media screen and (min-height: 950px) {
.chat {
height: 97% !important;
}
}