fix shitty css (mostly)

This commit is contained in:
2025-09-15 19:02:43 +02:00
parent 8284d79c5f
commit 8f87908505

View File

@@ -30,13 +30,17 @@ body {
.message {
display: flex;
flex-wrap: wrap;
flex-direction: row;
.chatMessage {
display: flex;
flex-wrap: wrap;
flex-direction: row;
}
.mentionMessage {
font-weight: bold;
span {
padding: 2px;
}
padding: 2px;