Closed DIMFLIX-OFFICIAL closed 3 months ago
How do I remove the close window button? It is superimposed on the menu button
Add in userChrome.css file
#navigator-toolbox #titlebar #TabsToolbar .titlebar-buttonbox-container { display: none !important; } :root { --firefoxcss-control-buttons-margin: 0px !important; }
How do I remove the close window button? It is superimposed on the menu button