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;
|
||||
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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user