From f076d24bad5920f8dad273d6e5d5cf3c599becdc Mon Sep 17 00:00:00 2001
From: Ikko Eltociear Ashimine <eltociear@gmail.com>
Date: Thu, 23 Jan 2025 03:28:25 +0900
Subject: [PATCH] chore: update index.css

virtical -> vertical
---
 src/index.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/index.css b/src/index.css
index e1e1ce2..fe6fb40 100644
--- a/src/index.css
+++ b/src/index.css
@@ -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));
 }
 /*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) {
   /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
   input[type=range].volume_bar {