Adjust handle width
This commit is contained in:
@ -19,7 +19,7 @@
|
|||||||
box-shadow: var(--edge-highlight);
|
box-shadow: var(--edge-highlight);
|
||||||
border-radius: 999px;
|
border-radius: 999px;
|
||||||
background-color: var(--accent-color);
|
background-color: var(--accent-color);
|
||||||
width: 25%;
|
width: min(calc(var(--container-width) / 4), 100%);
|
||||||
height: 0.5rem;
|
height: 0.5rem;
|
||||||
content: "";
|
content: "";
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user