Fix close button in error notifications being hidden when gallery is open.
This commit is contained in:
parent
7fb6d94cf1
commit
69265f8f16
@ -1870,6 +1870,6 @@ grunt.file.expand('src/General/img/links/*.png').map(function(file) {
|
||||
width: 4em;
|
||||
}
|
||||
:root.gallery-open.fixed #header-bar:not(.autohide),
|
||||
:root.gallery-open.fixed #header-bar:not(.autohide) .fa::before {
|
||||
:root.gallery-open.fixed #header-bar:not(.autohide) #shortcuts .fa::before {
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user