15-06-2026 09:38 PM
It's weird that there have a blank area on the left of the tab and it can't be closed or disabled, but it will disappear when the window is maximized.
This doesn't look consistent, so I hope it can be delete.
15-06-2026 09:53 PM
Actually, I mean not delete this blank area completely, I wish it could be smaller than it is now.
15-06-2026 10:25 PM - edited 15-06-2026 10:45 PM
Hello
You can try
With the help of userChrome.css, you can find tutorials on the web
.titlebar-spacer[type="pre-tabs"]{display:none!important;}Source, with the help of Browser Toolbox
https://firefox-source-docs.mozilla.org/devtools-user/browser_toolbox/index.html
16-06-2026 07:07 PM
Try
.titlebar-spacer[type="pre-tabs"]{width: 10px !important;}
in userChrome.css.
16-06-2026 09:11 PM - edited 16-06-2026 09:14 PM
Hello
To complement, if you wish to view, with the help of Style Editor
https://firefox-source-docs.mozilla.org/devtools-user/style_editor/index.html
Preview, userChrome.css
https://www.youtube.com/watch?v=4ujk-isbzF4
16-06-2026 10:11 PM
Other illustration, userChrome.css
For information, a space for users css https://www.reddit.com/r/FirefoxCSS