From bb296e0b91cb3037d27a742d8939dd2bde6f1833 Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Tue, 3 Mar 2026 08:16:43 -0400 Subject: content: generateArtTagGalleryPage: combine featuring/showing lines --- src/static/js/client/art-tag-gallery-filter.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/static') diff --git a/src/static/js/client/art-tag-gallery-filter.js b/src/static/js/client/art-tag-gallery-filter.js index f74f640e..b7fff70d 100644 --- a/src/static/js/client/art-tag-gallery-filter.js +++ b/src/static/js/client/art-tag-gallery-filter.js @@ -140,8 +140,8 @@ export function addPageListeners() { currentFeaturedLine.style.display = 'none'; currentShowingLine.style.display = 'none'; - nextFeaturedLine.style.display = 'block'; - nextShowingLine.style.display = 'block'; + nextFeaturedLine.style.display = 'inline'; + nextShowingLine.style.display = 'inline'; filterArtTagGallery(nextShowing); }); -- cgit 1.3.0-6-gf8a5