Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve spacing between address bar and tab bar #662

Closed
connie-e opened this issue Mar 11, 2023 · 8 comments
Closed

Improve spacing between address bar and tab bar #662

connie-e opened this issue Mar 11, 2023 · 8 comments
Labels
Class::Padding Padding and margin related layout Component::Toolbar Toolbar or navbar Issue::Enhancement New feature or request

Comments

@connie-e
Copy link

connie-e commented Mar 11, 2023

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.

@connie-e connie-e added the Issue::Enhancement New feature or request label Mar 11, 2023
@black7375 black7375 added Class::Padding Padding and margin related layout Component::Toolbar Toolbar or navbar labels Mar 17, 2023
@didacta
Copy link

didacta commented Jul 27, 2023

This seems to have been addressed
image

@connie-e
Copy link
Author

This seems to have been addressed image

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

@didacta
Copy link

didacta commented Jul 30, 2023

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
Copy link
Author

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
Copy link
Owner

Hello, how about using this code?

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

@connie-e
Copy link
Author

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
Copy link
Owner

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
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Class::Padding Padding and margin related layout Component::Toolbar Toolbar or navbar Issue::Enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants