mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-01-10 23:51:01 -07:00
fix: typo
This commit is contained in:
parent
0c17baa47f
commit
4cf87ca92f
1 changed files with 1 additions and 1 deletions
|
@ -267,7 +267,7 @@ const onMousedown = (ev: MouseEvent | TouchEvent) => {
|
|||
bottom: 0;
|
||||
width: $tickWidth;
|
||||
height: 3px;
|
||||
margin-left: -math.div($tickWidth, 2);
|
||||
margin-left: math.div($tickWidth, 2);
|
||||
background: var(--divider);
|
||||
border-radius: 999px;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue