Closed niksingh710 closed 1 year ago
Lower --firefoxcss-control-buttons-margin
value in userChrome.css file (225 line).
To hide close button
.titlebar-buttonbox-container .titlebar-button.titlebar-close{
display: none !important;
}
Lower
--firefoxcss-control-buttons-margin
value in userChrome.css file (225 line).To hide close button
.titlebar-buttonbox-container .titlebar-button.titlebar-close{ display: none !important; }
Thanks able to remove the button but yet the spacing between the window border and extension is there.
What OS are you using?
Here is fedora example, works perfectly fine after lowering the value.
before:
after: --firefoxcss-control-buttons-margin: 0px;
What OS are you using?
I am using arch linux.
seems like m missing something as this is not working for me. and i don't see any other variable modifying the padding. I will close this for now and if i got the root cause of the issue will comment.
#navigator-toolbox #nav-bar {
padding-right: initial !important;
}
adding this moves the extension to right.
How can i remove the close button and shift the extensions to extreme right?