Fix close button in error notifications being hidden when gallery is open.

This commit is contained in:
ccd0 2015-06-21 16:54:58 -07:00
parent 7fb6d94cf1
commit 69265f8f16

View File

@ -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;
}