Skip to content

Commit

Permalink
fix: add repeat one indicator
Browse files Browse the repository at this point in the history
  • Loading branch information
harbassan committed Nov 14, 2023
1 parent 93ee8c6 commit 674854f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions text/user.css
Original file line number Diff line number Diff line change
Expand Up @@ -724,6 +724,9 @@ section.main-buddyFeed-container {
.main-repeatButton-button::before {
content: "\21BB";
}
.main-repeatButton-button[aria-checked="mixed"]::before {
content: "\21BB\2474";
}
.main-shuffleButton-button > svg,
.main-skipBackButton-button > svg,
.main-playPauseButton-button > svg,
Expand Down

0 comments on commit 674854f

Please sign in to comment.