Bookmark-Bar not shown in fullscreen mode with newer firefox version
Same Problem as here but thread is archived: https://support.mozilla.org/en-US/questions/1465988
It has always worked great until now, but it seems that it no longer works with Firefox 147.0.1. Does anyone have any idea how to fix this?
Επιλεγμένη λύση
Ok, it has changed with this: https://bugzilla.mozilla.org/show_bug.cgi?id=1979014 So from now on you need this in userChrome.css:
:root[inFullscreen] #PersonalToolbar:not([collapsed]) {visibility:visible !important;}
Προβολή απάντησης εντός συζήτησης 👍 0Όλες οι απαντήσεις (6)
Smells like a bug to me. I see the same issue in nightly.
Let me go ask devs...
Τροποποιήθηκε στις
Until about FF 130.x it worked with this:
- navigator-toolbox[inFullscreen="true"] #PersonalToolbar {
visibility: unset !important;
Then it worked with this:
- root[inFullscreen] #PersonalToolbar[collapsed=false] {visibility:visible !important;}
And now with 147.x? BTW: How can you exclude code here?
Τροποποιήθηκε στις
Επιλεγμένη λύση
Ok, it has changed with this: https://bugzilla.mozilla.org/show_bug.cgi?id=1979014 So from now on you need this in userChrome.css:
:root[inFullscreen] #PersonalToolbar:not([collapsed]) {visibility:visible !important;}
Τροποποιήθηκε στις