soulhotel / FF-ULTIMA

The Firefox theme with too many options.. FF Ultima.
Mozilla Public License 2.0
612 stars 25 forks source link

Add an OS option for no titlebar #122

Closed abs3ntdev closed 4 months ago

abs3ntdev commented 4 months ago

Already looked at the Wiki? - https://github.com/soulhotel/FF-ULTIMA/wiki

yes

Describe the issue:

Every OS option adds padding for a title bar. I do not have a title bar so it is just a big gap I can't get rid of.

Expected behavior:

Be able to disable the title bar padding either as a separate toggle or as an additional OS option

Platform/Desktop:

Picture | Video:

Untitled

soulhotel commented 4 months ago

Gotcha.

You can simply add this code below to the bottom of your userChrome.css file.

#nav-bar { margin-inline: 0 !important; }
#main-window .titlebar-buttonbox { display: none !important; }

Or if you want it attached to an OS option, download this updated position-window-controls.css file from the next-release branch. Replace the original file in your chrome/theme folder. And add the setting on your about:config page.

2024-07-31_23-00

I'll have it included in the next version of the theme as well, but there's no time table set for that release.

abs3ntdev commented 4 months ago

nice works for me. thank you