From 7599cbb82e1480a53e0f71ae8721ec5d4d6e1076 Mon Sep 17 00:00:00 2001 From: Miodec Date: Tue, 26 Sep 2023 14:04:51 +0100 Subject: [PATCH] fix: notification bubble remaining visible when header was hidden closes #4670 --- frontend/src/styles/nav.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/frontend/src/styles/nav.scss b/frontend/src/styles/nav.scss index 1ffe4f33c..3c18c3338 100644 --- a/frontend/src/styles/nav.scss +++ b/frontend/src/styles/nav.scss @@ -261,6 +261,10 @@ header { &.focus { color: var(--sub-color) !important; + .notificationBubble { + opacity: 0; + } + .result { opacity: 0 !important; }