stonecrusher / simpleMenuWizard

Hide contextmenu items in Firefox Photon
MIT License
385 stars 31 forks source link

Close Sidebar Button not hiding #28

Closed farshad007 closed 4 years ago

farshad007 commented 4 years ago

Hi! Thanks for keeping up this great project. I just wonder if there is something wrong with line 17 in sidebar-header.css, as I cannot get Close Sidebar Button removed/hidden in my FF 72.0.2 (64-bit).

Cheers, Farshad

stonecrusher commented 4 years ago

Hey Farshad, thank you too for reporting. You're right, there were some errors (came from a PR long ago - structure might have changed by Mozilla in the meantime). I gave it an update and it should work again! Have a good day!

farshad007 commented 4 years ago

Hi Thanks for the quick update. Although I meant the "Close Sidebar" BUTTON with the 'close-icon', next to the 'sidebar-switcher-arrow' in the 'sidebar-header', not the last TAB in 'sidebarMenu-popup'. I ll attach a screenshot... Cheers! Capture

stonecrusher commented 4 years ago

Ah I see, screenshot helps. It feels a bit out of scope for the project but I gave it another update anyway.

#sidebar-close { display: none !important; }