You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
Description
The size of the tabs is too tiny, and it's impossible to change it via the firefox customize page.
Customize
page on the FFInclude screenshot / video recording if possible.
Screencast from 2023-12-22 07-55-56.webm
Configuration
1c1f081c558038c7e7ef832859a49f37e88b3dc4
The text was updated successfully, but these errors were encountered: