forked from DebaucheryLibrarian/traxxx
Fixed slider radius.
This commit is contained in:
parent
b64c7ddc96
commit
d6bebd8fec
|
@ -468,7 +468,7 @@ export default {
|
||||||
height: 1.5rem;
|
height: 1.5rem;
|
||||||
appearance: none;
|
appearance: none;
|
||||||
padding: 2px;
|
padding: 2px;
|
||||||
border-radius: .75rem;
|
border-radius: 1rem;
|
||||||
background: var(--shadow-hint);
|
background: var(--shadow-hint);
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue