Skip to content

Commit

Permalink
Fix: [3.0] Audio autoplay button is visually broken (bigbluebutton#20950
Browse files Browse the repository at this point in the history
)
  • Loading branch information
Scroody authored Aug 15, 2024
1 parent 23e8e01 commit a704c58
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bigbluebutton-html5/public/stylesheets/bbb-icons.css
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,9 @@
.icon-bbb-thumbs_down_filled:before {
content: "\e944";
}
.icon-bbb-thumbs_up:before {
content: "\e92d";
}
.icon-bbb-thumbs_up_filled:before {
content: "\e945";
}
Expand Down

0 comments on commit a704c58

Please sign in to comment.