Start time grid #62

Merged
stne3960 merged 30 commits from start_time_grid into main 2026-01-16 14:17:09 +01:00
Showing only changes of commit 1403010345 - Show all commits

View File

@ -43,7 +43,7 @@ export default function InlineModal({
Solution: layer two triangles - a larger one in border color behind, a smaller one in background color on top. */}
<div
className={clsx(
"absolute -top-[9px]",
"absolute -top-[10px]",
!useCustomOffset && arrowPositionClasses[arrowPosition],
)}
style={useCustomOffset ? { left: arrowOffset } : undefined}
@ -62,7 +62,7 @@ export default function InlineModal({
leaving only the border visible around the edge */}
<div
className={clsx(
"absolute top-[1px]",
"absolute top-[1.5px]",
"w-0 h-0",
"border-l-[10px] border-l-transparent",
"border-r-[10px] border-r-transparent",