Fix reader prefs popover ignoring the hidden attribute

The .pete-reader-typemenu class sets display:flex, which outranks the
UA [hidden]{display:none} rule, so toggling typeMenu.hidden never hid
the popover. Add an explicit [hidden] guard.
This commit is contained in:
prosolis
2026-07-07 22:48:06 -07:00
parent 74aa578a2d
commit fceeb12ad5
2 changed files with 2 additions and 1 deletions

File diff suppressed because one or more lines are too long