📝 Updated userChrome.css to remove settings button

This commit is contained in:
z3rOR0ne 2023-03-03 01:58:56 -08:00
parent d92d37e50c
commit d963515146

View file

@ -17,6 +17,7 @@
.tab-icon-image, .tab-icon-image,
#tabs-newtab-button > .toolbarbutton-icon, #tabs-newtab-button > .toolbarbutton-icon,
/* .tab-label-container, */ /* .tab-label-container, */
#PanelUI-menu-button,
.tab-close-button { .tab-close-button {
display: none !important; display: none !important;
} }
@ -48,6 +49,9 @@ toolbar > * {
} }
#nav-bar toolbarspring { #nav-bar toolbarspring {
min-width: 55px !important; /* min-width: 55px !important; */
max-width: 65px !important; /* max-width: 65px !important; */
min-width: 25px !important;
max-width: 35px !important;
} }