Skip to content

Commit

Permalink
fix: onstreamchat broadcast msgs being ugly (#401)
Browse files Browse the repository at this point in the history
  • Loading branch information
vyneer authored Jan 8, 2024
1 parent abb81df commit ee18ae8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions assets/chat/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1894,11 +1894,12 @@ button.btn {
display: none !important;
}

// Donations and subs
// Donations, subs and broadcasts
.msg-donation,
.msg-subscription,
.msg-giftsub,
.msg-massgift {
.msg-massgift,
.msg-broadcast {
text-shadow: none;
padding: 0;
border-style: none none none solid;
Expand Down

0 comments on commit ee18ae8

Please sign in to comment.