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

Changing the density doesn't affect the size of the tabs #124

Open
dhra opened this issue Dec 22, 2023 · 2 comments
Open

Changing the density doesn't affect the size of the tabs #124

dhra opened this issue Dec 22, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@dhra
Copy link

dhra commented Dec 22, 2023

Description

The size of the tabs is too tiny, and it's impossible to change it via the firefox customize page.

  • Open the Customize page on the FF
  • Change the density

Include screenshot / video recording if possible.
Screencast from 2023-12-22 07-55-56.webm

Configuration

  • Firefox Version: 123 nightly
  • OS: Ubuntu, Gnome 45.2
  • Edge-FrFox commit: 1c1f081c558038c7e7ef832859a49f37e88b3dc4
  • Edge-FrFox version: v23.12.20
@dhra dhra added the bug Something isn't working label Dec 22, 2023
@bmFtZQ
Copy link
Owner

bmFtZQ commented Dec 24, 2023

At the moment, this theme does not support any density other than 'Normal', if the tabs size is the only thing you want to change, then temporarily you can add this to the userChrome.css file:

#titlebar {
  --tab-min-height: 32px !important;
}

You can then change the 32px (default size) to the size that you need.

If you want the size of the labels to be larger, then you can add this to the userChrome.css file:

.tabbrowser-tab {
  font-size: 12px !important;
}

You can then change the 12px (default size) to the size that you need.

@SleepDaemon
Copy link

At the moment, this theme does not support any density other than 'Normal', if the tabs size is the only thing you want to change, then temporarily you can add this to the userChrome.css file:

#titlebar {
  --tab-min-height: 32px !important;
}

You can then change the 32px (default size) to the size that you need.

If you want the size of the labels to be larger, then you can add this to the userChrome.css file:

.tabbrowser-tab {
  font-size: 12px !important;
}

You can then change the 12px (default size) to the size that you need.

I tried using the the first css to change tab size but it doesn't seem to be affected.

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

3 participants