-
Notifications
You must be signed in to change notification settings - Fork 306
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
[Bug] internal style, font size #1686
Comments
in 'Language and Appearance' > 'Fonts', click the 'Advanced' button, then for the Latin font, set all 3 size prefs to something like 20+ sorry, i didn't realize setting the minimum font size was necessary |
Indeed, Stylus never supported changing just the font size. Fixing this problem won't be easy though, so no promises... |
it seems like a css problem - this fixes the first issue when i change...
to...
the
...and set |
AH HA! try this... #help-popup {
top: 0;
height: 100%;
overflow: auto;
} |
this issue seems to be getting worse - sometimes a site for which i have created a style isn't listed (or visible) in the popup because the number of list items seems to be cut off, while other times it is listed potentially related: #1838 ff 133.x |
Sounds like a bug. I can't fix it though if I don't investigate it in devtools myself. See if you can find a method of reproducing it reliably so I can follow it here. |
Also, try the latest test build, which includes 2994182 for better popup sizing. |
correction - i was wrong - it isn't that list items are missing, it's that sometimes items in the the popup are scrollable and sometimes not, even though the number of items remains the same (this is with the 1.5.51 build) no big deal |
Yes, that's the bug that I was referring to above. |
ah, ok - i think this can be closed then??? |
I hoped you could verify it first... |
Bug Report
Bug Description
if the browser font size is set to a large value, it creates display issues
Screenshots
example
settings dialog appears to be cut off at bottom
System Information
firefox 119
stylus 1.5.37
linux
The text was updated successfully, but these errors were encountered: