Increase volume drag size FS.

This commit is contained in:
cryptofyre 2022-01-08 18:35:17 -06:00
parent 2ce93bc498
commit 0aa402b6aa

View file

@ -3614,8 +3614,8 @@ input[type="range"].web-slider.display--small::-webkit-slider-thumb {
transform: scale(0.5); transform: scale(0.5);
-webkit-appearance: none; -webkit-appearance: none;
appearance: none; appearance: none;
width: 12px; width: 23px;
height: 12px; height: 23px;
border-radius: 100%; border-radius: 100%;
background: rgba(236, 234, 234, 0.733); background: rgba(236, 234, 234, 0.733);
cursor: default; cursor: default;