If I have the right zoom level to make the text in the feed a sensible size, the font size in the threads is too small to read easily. Correct the zoom level in the thread and the font size in the feed becomes way too large.

This has long been a problem and I’m not sure why this is suddenly irritating me more than usual. Is it just me? Is there a setting I’m missing?

E2A: It’s likely a browser issue. I’ve found a workaround, thanks all.

  • kevincox@lemmy.ml
    link
    fedilink
    English
    arrow-up
    5
    arrow-down
    1
    ·
    4 months ago

    I’ve never noticed an issue here. Looking into it the thread messages default to 1rem, your browser’s default font size. So if this isn’t suitable for you you may want to change your browser’s font size.

    The font size in the feed is 1.25x your default font size, which seems fairly reasonable for titles. But if you want to change that you can apply some user styles. For example to make it only 1.1x as large:

    h5, .h5 {
      font-size: 1.1rem !important;
    }