Adjust handle width

This commit is contained in:
daudix
2024-10-28 17:30:52 +03:00
parent 5477181574
commit 0eedcc39e9

View File

@ -19,7 +19,7 @@
box-shadow: var(--edge-highlight);
border-radius: 999px;
background-color: var(--accent-color);
width: 25%;
width: min(calc(var(--container-width) / 4), 100%);
height: 0.5rem;
content: "";
}