SOLVED: Is there a way to make my libraries show in a grid rather then having to use the on screen arrows to scroll through them?
from Vaggumon@lemm.ee to jellyfin@lemmy.ml on 16 Oct 2023 13:11
https://lemm.ee/post/11676560

This is how it currently looks, I’d like it to just add the rest of the libraries in rows rather then one single scrolling row.

imgur.com/a/JnUQzhQ

UPDATE: custom CSS

@media all and (min-width: 00em) { .homePage .emby-scroller { margin-right: 0; } .homePage .emby-scrollbuttons { display: none; } .homePage .itemsContainer { align-items: center; justify-content: center; flex-wrap: wrap; } }

#jellyfin

threaded - newest

[deleted] on 16 Oct 2023 13:14 next collapse

.

ASeriesOfPoorChoices@lemmy.world on 16 Oct 2023 13:24 next collapse

At least one of the themes does this, so it’s definitely doable with CSS, which means you can do it yourself in the custom css section.

KLISHDFSDF@lemmy.ml on 20 Oct 2023 17:57 next collapse

For the lazy, could you post a pic of what this looks like? Please and thanks either way.

Vaggumon@lemm.ee on 20 Oct 2023 19:08 collapse

Here you go. imgur.com/Z4CRJ7a

KLISHDFSDF@lemmy.ml on 21 Oct 2023 01:32 collapse

oooo cool, thanks!

thunderstick@lemm.ee on 08 Nov 2023 15:16 collapse

Man that’s been bugging me but not enough to wonder how to fix it. Just applied the custom CSS and I’m a happy camper!

Vaggumon@lemm.ee on 08 Nov 2023 18:14 collapse

Glad I could help.