It looks like this issue is related to using higher zoom levels and/or the Firefox about:config
setting of layout.css.devPixelsPerPx = 1.1
. I also use an OS level text scaling factor of 1.1, but I don’t think that Firefox obeys that, which is why I have to apply the same hack to Firefox’s about:config
. Here are some other layout issues I found related to the zoom level:
Hi there, I’m having a weird rendering problem at certain zoom levels with Firefox on my site. The problem is with the search “in this topic” text wrapping onto two lines. It appears to only happen with the system base font set to “Ubuntu” and the zoom level at 100% or 110% . I also have my Discourse profile interface font size preference set to “Larger”. I’m seeing the same behavior with Sam’s Simple Theme as well as the default Discourse light theme, and I tried disabling all my theme componen…
Hi there, this issue is even more noticeable on my own instance, but it’s also visible here on Meta:
[image]
I worked around it for now with:
.more-topics__container .nav li .btn { /* Private messages "Related" and "Suggested" selected border was intruding into elements below */
padding: 0em .65em;
}
Hi there, I ran across a bit of an issue where the usercard appears partially off-screen. It seems to only happen when the browser is maximized and using a higher zoom and/or higher dpi setting.
It’s more noticeable with Sam’s Simple Theme, but it starts to happen with the “Default” theme too depending on the zoom level and how many frequent posters appear:
[image]