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 { .content-wrapper {
&[data-active-tab='post'] { &[data-active-tab='post'] {
.post-informations,
#post-authors { #post-authors {
@apply hidden; @apply hidden;
} }
} }
&[data-active-tab='authors'] { &[data-active-tab='authors'] {
.post-informations,
.post-content { .post-content {
@apply hidden; @apply hidden;
} }