insiderser / AutoFullscreen

Auto Fullscreen add-on for Firefox
https://addons.mozilla.org/en-US/firefox/addon/i-auto-fullscreen/
MIT License
12 stars 1 forks source link

plugin stops working after windowed mode #7

Open Lehmann11 opened 10 months ago

Lehmann11 commented 10 months ago

Describe the bug After using firefox in a window, and maximizing it again, the plugin doesnt work at all until i restart it or firefox.

To Reproduce Steps to reproduce the behavior:

  1. open firefox
  2. firefox will automatically maximize itself and go fullscreen mode when the plugin is installed
  3. change firefox to a window
  4. change firefox back to maximized Expected behavior Firefox should go fullscreen mode again after being maximized

Desktop (please complete the following information):

insiderser commented 9 months ago

Sorry, I don't have time to work on this. If anyone wants to implement this, feel free to create a pull request.

Lehmann11 commented 9 months ago

i implemented it as a userchrome.css, thank you anyway :).

/ userChrome.css /

main-window #navigator-toolbox {

margin-top: -61.4px !important; transition: margin-top 0.1s ease-in-out; }

main-window #navigator-toolbox:hover,

main-window #navigator-toolbox:focus-within {

margin-top: 0 !important; }

Am So., 10. Dez. 2023 um 13:30 Uhr schrieb Oleksandr Bezushko < @.***>:

Sorry, I don't have time to work on this. If anyone wants to implement this, feel free to create a pull request.

— Reply to this email directly, view it on GitHub https://github.com/insiderser/AutoFullscreen/issues/7#issuecomment-1848951743, or unsubscribe https://github.com/notifications/unsubscribe-auth/A4SHFJVNWGCR4YIKNLZ35X3YIWTP3AVCNFSM6AAAAAA7TV4HX6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNBYHE2TCNZUGM . You are receiving this because you authored the thread.Message ID: @.***>