fix hidden year markers

This commit is contained in:
rhiannon morris 2024-10-21 14:42:28 +02:00
parent 010b590d3f
commit 7328346502

View file

@ -186,7 +186,7 @@ main {
box-shadow: var(--focus-box);
}
.year-marker {
.year-marker:not([hidden]) {
/* uncomment to reenable line breaks before year markers */
/* grid-area: auto / 1; */
padding: var(--border-thickness);