Fix spelling

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
Šimon Brandner 2022-08-12 20:48:39 +02:00
parent 2ce99b969d
commit 2bfd26b2b5
No known key found for this signature in database
GPG key ID: D1D45825D60C24D2

View file

@ -27,7 +27,7 @@
--slider-color: var(--quinary-content);
--slider-height: 4px;
--thumb-color: var(--accent);
--thumb-radious: 100%;
--thumb-radius: 100%;
--thumb-size: 16px;
--thumb-margin-top: -6px;
@ -64,7 +64,7 @@
height: var(--thumb-size);
width: var(--thumb-size);
margin-top: var(--thumb-margin-top);
border-radius: var(--thumb-radious);
border-radius: var(--thumb-radius);
background: var(--thumb-color);
}
.localVolumeSlider[type="range"]::-ms-thumb {
@ -74,7 +74,7 @@
height: var(--thumb-size);
width: var(--thumb-size);
margin-top: var(--thumb-margin-top);
border-radius: var(--thumb-radious);
border-radius: var(--thumb-radius);
background: var(--thumb-color);
}
.localVolumeSlider[type="range"]::-webkit-slider-thumb {
@ -84,7 +84,7 @@
height: var(--thumb-size);
width: var(--thumb-size);
margin-top: var(--thumb-margin-top);
border-radius: var(--thumb-radious);
border-radius: var(--thumb-radius);
background: var(--thumb-color);
}