fix: CSS merged from main in wrong location
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
ci/woodpecker/pr/build-and-publish Pipeline was successful

This commit is contained in:
SauceyRed 2025-08-15 20:18:51 +02:00
parent 2e8f67133c
commit 574ebe8850
Signed by: sauceyred
GPG key ID: 2BF92EB6D8A5CCA7

View file

@ -244,19 +244,15 @@ function getDayDifference(date1: Date, date2: Date) {
}
.message-author-avatar {
min-height: 2em;
max-height: 2em;
min-width: 2em;
max-width: 2em;
min-height: 2.5em;
max-height: 2.5em;
min-width: 2.5em;
max-width: 2.5em;
cursor: pointer;
}
.message-author-username {
cursor: pointer;
min-height: 2.5em;
max-height: 2.5em;
min-width: 2.5em;
max-width: 2.5em;
}
.left-column {