feat: change spacing of messages

This commit is contained in:
SauceyRed 2025-05-27 01:47:18 +02:00
parent cc36fc1912
commit a110e39c2b
Signed by: sauceyred
GPG key ID: 2BF92EB6D8A5CCA7

View file

@ -71,6 +71,9 @@ if (now.getUTCHours() >= 0) {
.message-data { .message-data {
/* border: 1px solid white; */ /* border: 1px solid white; */
margin-left: .5dvw; margin-left: .5dvw;
display: flex;
flex-direction: column;
gap: 1dvh;
} }
.message-author { .message-author {