Moving away from Azure Devops #1

Merged
Janus007 merged 113 commits from refac into master 2026-02-03 00:04:27 +01:00
Showing only changes of commit 542b150888 - Show all commits

View file

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