mershed_perderders

u/mershed_perderders@sh.itjust.works
6 posts · 117 comments

Recent posts

Recent comments

I prefer the information density of old.reddit. The wasted space of the default lemmy UI irks me.

But I am also old and crotchety. If the spread out / modern UI of Lemmy (and squabbles.io and tildes and new.reddit) weren't more desirable, they (probably) wouldn't be coded that way.

on Zombie · c/memes · 2 pts · 3y

Do you have to?

Do you have to?

Do you have to let it linger?

These are nice.

I have thought about making the h5 font-size a user customizable parameter. You are not the only one who prefers the larger font size for titles. It's easy enough to incorporate - I'll experiment and see if there is a way to do it that preserves the variable between script updates.

I also like what you did with the text posts, particularly the scale-down parameter. My preference is preserving the visual outline of the thumbnail area for consistency.

Maybe something like:

::: spoiler CSS code

.post-media a[href^="/post/"] .thumbnail {
  border: 1px solid #333;
  background-color: unset !important;
}

:::