Start time grid #62

Merged
stne3960 merged 30 commits from start_time_grid into main 2026-01-16 14:17:09 +01:00
2 changed files with 3 additions and 1 deletions
Showing only changes of commit 2944678826 - Show all commits

View File

@ -67,7 +67,7 @@ export default function StartTimeGrid({
children && (
<InlineModal
arrowPosition={selectedColumn === 0 ? "left" : "right"}
className="my-(--spacing-md) max-w-none"
className="mt-(--spacing-ml) mb-(--spacing-md) max-w-none"
>
{children}
</InlineModal>

View File

@ -142,8 +142,10 @@
/* Spacing */
--spacing-sm: 8px;
--spacing-md: 12px;
--spacing-ml: 16px;
--spacing-lg: 24px;
--spacing-xl: 32px;
--spacing-xxl: 48px;
/* Control heights */
--control-height-sm: 32px;