chore: update index.css

virtical -> vertical
This commit is contained in:
Ikko Eltociear Ashimine 2025-01-23 03:28:25 +09:00 committed by GitHub
parent 8d259ed081
commit f076d24bad
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -139,7 +139,7 @@ input[type=range].volume_bar:focus::-ms-fill-upper {
background: linear-gradient(to bottom right, rgba(236, 72, 153, 1), rgba(59, 130, 246, 1)); background: linear-gradient(to bottom right, rgba(236, 72, 153, 1), rgba(59, 130, 246, 1));
} }
/*TODO: Use one of the selectors from https://stackoverflow.com/a/20541859/7077589 and figure out /*TODO: Use one of the selectors from https://stackoverflow.com/a/20541859/7077589 and figure out
how to remove the virtical space around the range input in IE*/ how to remove the vertical space around the range input in IE*/
@supports (-ms-ime-align:auto) { @supports (-ms-ime-align:auto) {
/* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */ /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
input[type=range].volume_bar { input[type=range].volume_bar {