FEATURE Handling show hide for post informations

This commit is contained in:
Antoine M 2026-03-24 15:24:42 +01:00
parent 9fa95c097b
commit a534b25982

View File

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