From a534b25982cf42d673cde8847d468bf6e7d86e97 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Tue, 24 Mar 2026 15:24:42 +0100 Subject: [PATCH] FEATURE Handling show hide for post informations --- resources/css/pages/singles.css | 2 ++ 1 file changed, 2 insertions(+) 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; }