This commit is contained in:
Janus C. H. Knudsen 2025-10-06 22:29:31 +02:00
parent 9981a5a5af
commit 7d7a8d9208
2 changed files with 25 additions and 35 deletions

View file

@ -138,12 +138,12 @@ swp-time-axis-content {
swp-hour-marker {
height: var(--hour-height);
padding: 0 8px 8px 8px;
padding: 0 8px 8px 15px;
font-size: 0.75rem;
color: var(--color-text-secondary);
display: flex;
align-items: flex-start;
position: relative;
position: relative;
}
swp-hour-marker::before {