Skip to content

Commit

Permalink
fix: not being able to change tracks
Browse files Browse the repository at this point in the history
  • Loading branch information
ThaUnknown committed Jul 13, 2024
1 parent 582ee42 commit a5c465c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/css.css
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
-webkit-tap-highlight-color: transparent;
}

a[href]:active, button:not([disabled]):active, fieldset:not([disabled]):active, input:not([disabled], [type='range']):active, optgroup:not([disabled]):active, option:not([disabled]):active, select:not([disabled]):active, textarea:not([disabled]):active, details:active, [tabindex]:not([tabindex="-1"], .seekbar):active, [contenteditable]:active, [controls]:active {
a[href]:active, button:not([disabled]):active, fieldset:not([disabled]):active, input:not([disabled], [type='range']):active, optgroup:not([disabled]):active, option:not([disabled]):active, select:not([disabled]):active, textarea:not([disabled]):active, details:active, [tabindex]:not([tabindex="-1"], .seekbar, .dropdown):active, [contenteditable]:active, [controls]:active {
transition: transform 0.1s ease-in-out;
transform: scale(0.95) !important;
}
Expand Down

0 comments on commit a5c465c

Please sign in to comment.