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
Nazeka sometimes uses the font size of a character instead of the selected font size in its options, you can try it out with: Font size test.txt (just rename the .txt as .html. Apparently Github doesn't support uploading HTML files.)
The displayed text size is also getting affected when one zooms in/out a page, but I think it shouldn't.
The text was updated successfully, but these errors were encountered:
Nazeka sometimes uses the font size of a character instead of the selected font size in its options,
This happens on pages with aggressive/poorly written CSS because nazeka doesn't use shadow DOM to stop the cascade like e.g. yomichan does. It's on my long-term todo list. Nazeka won't work 100% properly on pages that directly restyle the 'div' element (or other elements) unless I stuff a CSS reset inside of the popup element or something.
The displayed text size is also getting affected when one zooms in/out a page, but I think it shouldn't.
Unfortunately, I can't control this. If you have a site that you always read zoomed-in or zoomed-out, you could zoom it with the stylus extension somehow (https://addons.mozilla.org/en-US/firefox/addon/styl-us/) instead of using the browser's zoom feature. Not sure exactly what the CSS would have to look like, though.
Nazeka sometimes uses the font size of a character instead of the selected font size in its options, you can try it out with: Font size test.txt (just rename the .txt as .html. Apparently Github doesn't support uploading HTML files.)
The displayed text size is also getting affected when one zooms in/out a page, but I think it shouldn't.
The text was updated successfully, but these errors were encountered: