FEATURE Handling the information tab

This commit is contained in:
Antoine M 2026-03-20 17:07:44 +01:00
parent 4a054947f3
commit 7e927e168e

View File

@ -22,5 +22,11 @@
@apply hidden;
}
}
&[data-active-tab='informations'] {
#post-authors,
.post-content {
@apply hidden;
}
}
}
}