bleakgrey / tootle

GTK-based Mastodon client for Linux
GNU General Public License v3.0
400 stars 61 forks source link

Use small text for secondary information #196

Closed bertob closed 4 years ago

bertob commented 4 years ago

Currently all text within the toot widget uses the regular text size, which means it's all competing for attention at the same level.

image

If you look at other clients, secondary information uses a smaller text size, so the actual toot content is more prominent:

image

I'd suggest having the following things use the small text size:

bleakgrey commented 4 years ago

What about the baseline alignment to compensate for the size difference?

bertob commented 4 years ago

Baseline alignment of what?

bertob commented 4 years ago

Actually, I just noticed that the text size on posts is larger than the default UI font size?

bleakgrey commented 4 years ago

Screenshot from 2020-07-11 21-48-07

If the size is decreased, the vertical alignment becomes uneven. Should the labels centered? Packed to the top or the bottom line?

bleakgrey commented 4 years ago

Yes, the text size in timelines is slightly bigger by default since some people have complained about it being too small and unreadable. It is configurable in the settings.

bleakgrey commented 4 years ago

Here is how it looks like on my setup with the scaling disabled

Screenshot from 2020-07-11 21-53-06

bertob commented 4 years ago

Yes, the text size in timelines is slightly bigger by default since some people have complained about it being too small and unreadable. It is configurable in the settings.

I'd change the default to off on that. If the standard text size in this app is too small then the text across the entire system is too small, no? This is what the system-wide "large text" a11y setting is for :)

And yes, aligning the baselines would be good.

ranfdev commented 4 years ago

Yes please, don't make the text bigger by default. It's really akward. For a moment I even thought there was something wrong with my setup.