Make the post feed default to 675 pixels wide instead of "65ch"
F
FavoritoHJS
started a topic
over 1 year ago
Mostly to make the post width match the resolution of downscaled images.
Since this won't work with user-set large fonts, maybe `max(675px, 65ch)` could work instead? defaulting to 675px, but if 65 characters are larger than that the length is expanded.
FavoritoHJS
Since this won't work with user-set large fonts, maybe `max(675px, 65ch)` could work instead? defaulting to 675px, but if 65 characters are larger than that the length is expanded.
1 person likes this idea