Update chat.css

This commit is contained in:
Hepatica
2024-02-09 22:53:19 +01:00
committed by GitHub
parent 4b066ce30b
commit ab292da11a

View File

@@ -191,4 +191,10 @@
.mention-message {
background-color: rgb(169, 113, 0);
}
}
@media screen and (min-width: 918px) {
.chat {
height: 95%;
}
}