Chat message sizes are now flexible to allow resizing + account for delayed emote loading

This commit is contained in:
nuttylmao
2025-03-30 22:54:46 +11:00
parent 2bdb3805c3
commit 2f8af0ad6f
4 changed files with 12 additions and 4 deletions
+1 -1
View File
@@ -103,7 +103,7 @@ html {
li {
list-style: none;
overflow: hidden;
width: 0px;
max-width: 0px;
transition: all 1s ease-in-out;
}