this post was submitted on 16 Mar 2024
23 points (92.6% liked)

Fediverse

29447 readers
408 users here now

A community to talk about the Fediverse and all it's related services using ActivityPub (Mastodon, Lemmy, KBin, etc).

If you wanted to get help with moderating your own community then head over to !moderators@lemmy.world!

Rules

Learn more at these websites: Join The Fediverse Wiki, Fediverse.info, Wikipedia Page, The Federation Info (Stats), FediDB (Stats), Sub Rehab (Reddit Migration), Search Lemmy

founded 2 years ago
MODERATORS
23
submitted 10 months ago* (last edited 10 months ago) by JoBo to c/fediverse@lemmy.world
 

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.

top 8 comments
sorted by: hot top controversial new old
[–] simple@lemm.ee 13 points 10 months ago

At this point I think everyone's using alternative frontends. I'm using Alexandrite myself.

[–] thegiddystitcher@lemm.ee 8 points 10 months ago (1 children)

Bit of a weird one, I use the default UI myself and haven't had any issues with it. But maybe if you can post a pic it'll help us figure out what's going on?

[–] JoBo 4 points 10 months ago

It's likely a browser issue. I've found a workaround, thanks.

[–] MrJameGumb@lemmy.world 6 points 10 months ago* (last edited 10 months ago) (1 children)

Are you using an app or going through your web browser? I'm using Jerboa on Android and haven't had any issues with the font sizes

[–] JoBo 6 points 10 months ago

Browser (Firefox).

I just tried opening the feed from a thread set at a good zoom level and it is better? I don't understand how or why. But I may have found some kind of solution by accident.

[–] kevincox@lemmy.ml 4 points 10 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;
}
[–] SorteKanin@feddit.dk 2 points 10 months ago (1 children)

In the standard UI? I haven't experienced any issues like that. Think the font size is generally fine.

[–] JoBo 4 points 10 months ago

Aye, it looks like my browser is doing something strange. Thanks.