This commit is contained in:
2025-12-24 10:55:40 +08:00
parent eec9d6045c
commit 752bb23571
25 changed files with 2348 additions and 816 deletions

View File

@@ -29,7 +29,7 @@
width: 16px;
height: 16px;
position: absolute;
left: calc(50% - 8px);
left: var(--pointer-left, calc(50% - 8px));
bottom: -8px;
transform: rotate(-45deg);
transform-origin: center;