1
0
Fork 0
mirror of https://github.com/sussy-code/smov.git synced 2024-12-20 14:37:43 +01:00

remove unnecessary margin from slider

This commit is contained in:
frost768 2023-03-22 12:51:51 +03:00
parent d51603a382
commit 603e42b907

View file

@ -94,7 +94,6 @@ input[type=range].styled-slider::-webkit-slider-runnable-track {
border: none;
box-shadow: none;
border-radius: var(--slider-border-radius);
margin-bottom: 1.1em;
}
input[type=range].styled-slider::-webkit-slider-thumb:hover {