fix: notification bubble remaining visible when header was hidden

closes #4670
This commit is contained in:
Miodec 2023-09-26 14:04:51 +01:00
parent 8e72b515e4
commit 7599cbb82e

View file

@ -261,6 +261,10 @@ header {
&.focus {
color: var(--sub-color) !important;
.notificationBubble {
opacity: 0;
}
.result {
opacity: 0 !important;
}