FEATURE Handling article-authors visibility
This commit is contained in:
parent
3fbd4a4ac6
commit
288fb8e733
|
|
@ -4,6 +4,8 @@
|
|||
@apply container mx-auto grid grid-cols-12 gap-12 py-12 items-start;
|
||||
grid-template-columns: 1fr 2fr;
|
||||
&[data-active-tab='article'] {
|
||||
#article-authors,
|
||||
.article-informations,
|
||||
.sidebar .search-field,
|
||||
.table-matieres {
|
||||
@apply hidden;
|
||||
|
|
@ -18,6 +20,7 @@
|
|||
}
|
||||
}
|
||||
&[data-active-tab='references'] {
|
||||
#article-authors,
|
||||
.article-informations,
|
||||
.article-content,
|
||||
.sidebar .index-panel,
|
||||
|
|
@ -26,6 +29,7 @@
|
|||
}
|
||||
}
|
||||
&[data-active-tab='table-of-contents'] {
|
||||
#article-authors,
|
||||
.article-informations,
|
||||
.article-content,
|
||||
.sidebar .index-panel {
|
||||
|
|
@ -33,6 +37,7 @@
|
|||
}
|
||||
}
|
||||
&[data-active-tab='informations'] {
|
||||
#article-authors,
|
||||
.article-content,
|
||||
.table-matieres,
|
||||
.sidebar .index-panel {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user