FEATURE Handling article-references and tags visibility
This commit is contained in:
parent
ae7e718783
commit
3519963514
|
|
@ -4,7 +4,9 @@
|
||||||
@apply container mx-auto grid grid-cols-12 gap-12 py-12 items-start;
|
@apply container mx-auto grid grid-cols-12 gap-12 py-12 items-start;
|
||||||
grid-template-columns: 1fr 2fr;
|
grid-template-columns: 1fr 2fr;
|
||||||
&[data-active-tab='article'] {
|
&[data-active-tab='article'] {
|
||||||
|
#article-tags,
|
||||||
#article-authors,
|
#article-authors,
|
||||||
|
#article-references,
|
||||||
.article-informations,
|
.article-informations,
|
||||||
.sidebar .search-field,
|
.sidebar .search-field,
|
||||||
.table-matieres {
|
.table-matieres {
|
||||||
|
|
@ -13,6 +15,7 @@
|
||||||
}
|
}
|
||||||
&[data-active-tab='authors'] {
|
&[data-active-tab='authors'] {
|
||||||
.article-informations,
|
.article-informations,
|
||||||
|
#article-references,
|
||||||
.article-content,
|
.article-content,
|
||||||
.sidebar .index-panel,
|
.sidebar .index-panel,
|
||||||
.table-matieres {
|
.table-matieres {
|
||||||
|
|
@ -30,6 +33,7 @@
|
||||||
}
|
}
|
||||||
&[data-active-tab='table-of-contents'] {
|
&[data-active-tab='table-of-contents'] {
|
||||||
#article-authors,
|
#article-authors,
|
||||||
|
#article-references,
|
||||||
.article-informations,
|
.article-informations,
|
||||||
.article-content,
|
.article-content,
|
||||||
.sidebar .index-panel {
|
.sidebar .index-panel {
|
||||||
|
|
@ -38,6 +42,7 @@
|
||||||
}
|
}
|
||||||
&[data-active-tab='informations'] {
|
&[data-active-tab='informations'] {
|
||||||
#article-authors,
|
#article-authors,
|
||||||
|
#article-references,
|
||||||
.article-content,
|
.article-content,
|
||||||
.table-matieres,
|
.table-matieres,
|
||||||
.sidebar .index-panel {
|
.sidebar .index-panel {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user