From c65f7d40557f45c314053426f5b87e092893af59 Mon Sep 17 00:00:00 2001 From: Arsen Mirzaev Tatyano-Muradovich Date: Sun, 6 Jul 2025 13:21:53 +0700 Subject: [PATCH] deleting when empty --- author/project/system/public/themes/default/css/header.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/author/project/system/public/themes/default/css/header.css b/author/project/system/public/themes/default/css/header.css index b440dd5..514eb63 100644 --- a/author/project/system/public/themes/default/css/header.css +++ b/author/project/system/public/themes/default/css/header.css @@ -1,4 +1,7 @@ @charset "UTF-8"; header { + &:not(:has(*)) { + display: none; + } }