This commit is contained in:
Janus C. H. Knudsen 2025-12-07 19:14:30 +01:00
parent 9d011ff305
commit 542b150888

View file

@ -1,7 +1,8 @@
:root { :root {
--hour-height: 64px; --hour-height: 64px;
--time-axis-width: 60px; --time-axis-width: 60px;
--grid-columns: 5; --grid-columns: 7;
--day-column-min-width: 200px;
--day-start-hour: 0; --day-start-hour: 0;
--day-end-hour: 24; --day-end-hour: 24;
--color-border: #e0e0e0; --color-border: #e0e0e0;
@ -86,12 +87,6 @@ swp-time-axis {
overflow: hidden; overflow: hidden;
} }
swp-header-spacer {
height: 0;
overflow: hidden;
border-bottom: 1px solid var(--color-border);
}
swp-header-drawer { swp-header-drawer {
display: block; display: block;
height: 0; height: 0;