fix(chrono): fit workspace within private layout

Signed-off-by: Sebastian Krupinski <krupinski01@gmail.com>
This commit is contained in:
2026-07-09 21:20:30 -04:00
parent 38bd5a097a
commit 4b782ff078
3 changed files with 14 additions and 7 deletions
+1 -1
View File
@@ -326,7 +326,7 @@ function selectionLabel(selection: NonNullable<typeof timeSelection.value>): str
display: flex;
flex-direction: column;
height: 100%;
min-height: 600px;
min-height: 0;
}
.days-grid {