Performance: Get rid of extra fixed element when it's not showing anything.
This commit is contained in:
parent
a133370dc5
commit
9f8ee7a126
@ -440,6 +440,9 @@ audio.controls-added {
|
||||
left: 0;
|
||||
visibility: visible;
|
||||
}
|
||||
#notifications:empty {
|
||||
display: none;
|
||||
}
|
||||
:root.fixed.top-header:not(.gallery-open) #header-bar #notifications,
|
||||
:root.fixed.top-header #header-bar.autohide #notifications {
|
||||
position: absolute;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user