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

Weird padding when a bookmark folder only has one item #770

Open
ironveil opened this issue Apr 3, 2024 · 1 comment
Open

Weird padding when a bookmark folder only has one item #770

ironveil opened this issue Apr 3, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@ironveil
Copy link

ironveil commented Apr 3, 2024

Describe the bug
When a folder only has one bookmark (like the image below), it has some weird padding on the bottom.

To Reproduce

  1. Create a folder.
  2. Add a single bookmark inside this folder.
  3. Look at the weird padding

Expected behavior
The padding should be equal on all four sides rather than being weirdly-big on the bottom.

Screenshots
image

Setup information

  • OS: Arch
  • Installation method: cURL script
  • Firefox version: 124.0.1-1
  • Theme version: v122
  • Optional features enabled: gnomeTheme.hideSingleTab, gnomeTheme.bookmarksToolbarUnderTabs
@ironveil ironveil added the bug Something isn't working label Apr 3, 2024
@rafaelmardojai
Copy link
Owner

This is caused by:

min-height: 60px !important;

Which is a workaround for #729.

I need to figure out a better way.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants