-
Notifications
You must be signed in to change notification settings - Fork 48
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
Missing serif parts of some letters #216
Comments
I expected something like that. On Linux, fonts are usually larger than on other systems. They may not fit into the block. I'll fix it for the next release. |
I made some adjustments. Now the fonts should not go beyond their block. |
Thank you. 🤝 |
Sorry for adding this extra comment after closing, but I would like to share a discovery. Since I found that with this modification the tab titles were in very small fonts, I decided to do a test by disabling your theme and adding some of my own functions to userChrome.css. I got a similar result to yours with just these lines below, without changing the font aspect, just the size of the tabs starting from the default aspect. Wouldn't it be possible to add something similar to this in your theme? .tabbrowser-tab[selected] {
max-height: 32px !important;
min-height: 32px !important;
}
tab:not([selected="true"]) {
max-height: 32px !important;
min-height: 32px !important;
} |
Try this code. It doesn't make the fonts smaller, but it changes the distribution of space between blocks of text.
|
It worked perfectly, thanks! But that's not what I was referring to, if I made it seem that way I apologize. What I meant is, why instead of changing the font aspect, not just increase the tab height size by 2 or 3px so that the default font size fits in the space? |
The tabs will take up more vertical space if I increase their height. This is not very good. But this is not the biggest problem. The style is very dependent on the anchor height of the tabs. Any change to this height breaks a lot of things. I have been trying to untie the style from the anchor height for a long time, but so far with mixed success. |
I understand. I appreciate your attention to my question and I am available if you need to perform any tests derived from this issue in the future. Thank you! |
I have been using Wavefox for many months, but when I migrated to a new Fedora installation and installed the changes, I noticed that parts of the letter "g" were not visible. I use the forced compact mode via prefs, but the problem also occurs when using the normal mode.
As a comparison, I opened another instance of Firefox in AppImage also with compact mode and noticed that the problem does not occur.
The text was updated successfully, but these errors were encountered: