Skip to content

Commit

Permalink
fix: font-size onstreamchat rule being broken
Browse files Browse the repository at this point in the history
  • Loading branch information
vyneer committed Oct 24, 2024
1 parent 560ca05 commit 8c13085
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/chat/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,8 @@ $num-size-map: (

.onstreamchat {
@each $num, $size in $num-size-map {
body.pref-fontscale[data-fontscale='#{$size}'] & {
font-size: #{$size};
body.pref-fontscale[data-fontscale='#{$num}'] & {
font-size: $size;
}
}
}

0 comments on commit 8c13085

Please sign in to comment.