black7375 / Firefox-UI-Fix

🦊 I respect proton UI and aim to improve it.
Mozilla Public License 2.0
5.32k stars 187 forks source link

Improve spacing between address bar and tab bar #662

Closed connie-e closed 9 months ago

connie-e commented 1 year ago

Is your feature request related to a problem?

I don't like the address bar being so close to the tab bar. In previous Firefox designs there was better spacing between these two elements.

The solution I'd like

I'd prefer for some extra spacing between these two elements. Preferably I'd like the user to be able to specify how much spacing they want too.

Screenshots or video

image Added Spacing

image Current Spacing

Alternatives I've considered

I've tried to edit the CSS file myself but absolutely no luck in that. ¯_(ツ)_/¯

Additional context

I've found no other issues bringing this up.

didacta commented 1 year ago

This seems to have been addressed

image
connie-e commented 1 year ago

This seems to have been addressed image

I've tested every style option and this has not been fixed.

didacta commented 1 year ago

This seems to have been addressed image

I've tested every style option and this has not been fixed.

would you be able to provide a screenshot with the style option it is not working for? I can look into this

connie-e commented 1 year ago

This seems to have been addressed image

I've tested every style option and this has not been fixed.

would you be able to provide a screenshot with the style option it is not working for? I can look into this

I've provided the examples of all three along with vanilla Firefox. The Lepton themes still have the small spacing as the one in the original post I made.

image Vanilla Firefox

image Lepton

image Lepton Proton

image Lepton Photon

black7375 commented 1 year ago

Hello, how about using this code?

#nav-bar {
  padding-block: 2px !important;
}
connie-e commented 1 year ago

Hello, how about using this code?

#nav-bar {
  padding-block: 2px !important;
}

image This sort of works but does end up making the bottom of the URL area too small.

black7375 commented 9 months ago

Now, this issue applied with v8.5.0. I tried to make it as balanced as possible.

Thank you for your patience. Let us know if there's anything I can do better.

connie-e commented 9 months ago

Thank you! I'll have to check this out when I get the chance.