From 3519963514e03b0105c44a8e2b9dfb36be97e4a2 Mon Sep 17 00:00:00 2001 From: Nonimart Date: Wed, 25 Jun 2025 18:12:26 +0200 Subject: [PATCH] FEATURE Handling article-references and tags visibility --- resources/css/pages/singles.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/resources/css/pages/singles.css b/resources/css/pages/singles.css index 0bc5f6b..c8f52d6 100644 --- a/resources/css/pages/singles.css +++ b/resources/css/pages/singles.css @@ -4,7 +4,9 @@ @apply container mx-auto grid grid-cols-12 gap-12 py-12 items-start; grid-template-columns: 1fr 2fr; &[data-active-tab='article'] { + #article-tags, #article-authors, + #article-references, .article-informations, .sidebar .search-field, .table-matieres { @@ -13,6 +15,7 @@ } &[data-active-tab='authors'] { .article-informations, + #article-references, .article-content, .sidebar .index-panel, .table-matieres { @@ -30,6 +33,7 @@ } &[data-active-tab='table-of-contents'] { #article-authors, + #article-references, .article-informations, .article-content, .sidebar .index-panel { @@ -38,6 +42,7 @@ } &[data-active-tab='informations'] { #article-authors, + #article-references, .article-content, .table-matieres, .sidebar .index-panel {