Added support for Twitch Shared Chat

This commit is contained in:
nuttylmao
2025-03-30 12:29:39 +11:00
parent 2647afd6e5
commit 0703d47985
7 changed files with 78 additions and 12 deletions
+3 -2
View File
@@ -81,13 +81,14 @@ li {
opacity: 0;
}
#firstMessage {
#firstMessage,
#sharedChat {
display: none;
font-weight: 500;
font-size: 0.7em;
}
.firstMessageHighlight {
.highlightMessage {
background: #adadad46;
padding: 20px 40px;
border-radius: var(--border-radius);