• Fixed word wrapping

• Fixed YouTube emojis
This commit is contained in:
nutty
2026-02-27 03:17:27 +11:00
parent 8031ae322a
commit b3375f4d5e
4 changed files with 13 additions and 2 deletions
+4
View File
@@ -112,6 +112,10 @@ li {
gap: 0.5em;
}
#message {
word-break: break-word; /* Break long words if necessary */
}
.add-this-class-to-the-thing-to-make-all-the-text-centered-vertically-because-that-looks-much-better {
align-items: center;
}