mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-27 16:24:41 +08:00
fix: notification bubble remaining visible when header was hidden
closes #4670
This commit is contained in:
parent
8e72b515e4
commit
7599cbb82e
1 changed files with 4 additions and 0 deletions
|
@ -261,6 +261,10 @@ header {
|
|||
&.focus {
|
||||
color: var(--sub-color) !important;
|
||||
|
||||
.notificationBubble {
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
.result {
|
||||
opacity: 0 !important;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue