Skip to content

Commit

Permalink
Hide brackets when no prefix is shown (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
acshef authored May 22, 2024
1 parent 105da51 commit 111099b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -3893,7 +3893,7 @@ function createGlobalStyle() {
#\mpiv-bar.\mpiv-show {
opacity: 1;
}
#\mpiv-bar[data-zoom]::before {
#\mpiv-bar[data-zoom][data-prefix]::before {
content: "[" attr(data-prefix) "] ";
color: gold;
}
Expand Down

0 comments on commit 111099b

Please sign in to comment.