Skip to content

Commit c48ea22

Browse files
committed
fix hiding setting with Firefox
1 parent 53f4627 commit c48ea22

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

css/photonOptions.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ body.mobile {
4343
body.mobile .mobile-incompatible {
4444
display: none;
4545
}
46-
body.firefox .firefox-only {
46+
body:not(.firefox) .firefox-only {
4747
display: none;
4848
}
4949

0 commit comments

Comments
 (0)