From 73283465023d7b0af2b0992793435365937ae528 Mon Sep 17 00:00:00 2001 From: rhiannon morris Date: Mon, 21 Oct 2024 14:42:28 +0200 Subject: [PATCH] fix hidden year markers --- style/shiny/gallery.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style/shiny/gallery.css b/style/shiny/gallery.css index 4dd83fe..b21904e 100644 --- a/style/shiny/gallery.css +++ b/style/shiny/gallery.css @@ -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);