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 {