mirror of
https://github.com/nuttylmao/nutty.gg.git
synced 2026-09-18 19:50:58 -04:00
• Fixed word wrapping
• Fixed YouTube emojis
This commit is contained in:
@@ -1351,7 +1351,8 @@ async function YouTubeMessage(data) {
|
||||
}
|
||||
|
||||
// Set the message data
|
||||
let message = RenderMessageWithEmotesHTML(data.message, data.emotes);
|
||||
//let message = RenderMessageWithEmotesHTML(data.message, data.emotes);
|
||||
let message = ConstructMessageFromParts(data.parts);
|
||||
|
||||
// Set furry mode
|
||||
if (furryMode)
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user