diff --git a/resources/css/pages/singles.css b/resources/css/pages/singles.css index aeea252..6bd7f66 100644 --- a/resources/css/pages/singles.css +++ b/resources/css/pages/singles.css @@ -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; }