datguypiko / Firefox-Mod-Blur

Firefox Theme - For dark theme lovers / More compact / Modular / Blur
1.24k stars 59 forks source link

Close button #143

Closed DIMFLIX-OFFICIAL closed 2 weeks ago

DIMFLIX-OFFICIAL commented 3 weeks ago

How do I remove the close window button? It is superimposed on the menu button

image

datguypiko commented 3 weeks ago

Add in userChrome.css file

#navigator-toolbox #titlebar #TabsToolbar .titlebar-buttonbox-container {
  display: none !important;
}

:root {
  --firefoxcss-control-buttons-margin: 0px !important;
}