Skip to content

Commit

Permalink
Fix CSS selector for off
Browse files Browse the repository at this point in the history
<rikaitan.link>OTZhNGNiMWFlZDU1MjQ5NmY5NDRjMTgzYmVkMzE1ZGE0OTViNzRhYwo=</rikaitan.link>
  • Loading branch information
jason-ojisan committed Dec 12, 2024
1 parent 619070e commit 90aeb61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/css/action-popup.css
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ select.profile-select {
font-size: calc(var(--font-size) * 2);
text-align: center;
}
:root[data-mode=full] .toggle-on, .toggle-off {
:root[data-mode=full] .toggle-on, :root[data-mode=full] .toggle-off {
font-size: calc(var(--font-size) * 4);
}
:root[data-mode=full] .toggle-handle {
Expand Down

0 comments on commit 90aeb61

Please sign in to comment.