this post was submitted on 16 Oct 2023
17 points (94.7% liked)

Jellyfin: The Free Software Media System

5739 readers
30 users here now

Current stable release: 10.10.1

Community Standards

Website

Forum

GitHub

Documentation

Feature Requests

Matrix (General Information & Help)

Matrix (Announcements)

Matrix (General Development)

Matrix (Off-Topic) - Come get to know the team and blow off steam!

Matrix Space - List of all the available rooms on Matrix.

Discord - Bridged to our Matrix rooms

founded 4 years ago
MODERATORS
 

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.

https://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; } }

all 7 comments
sorted by: hot top controversial new old

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.

[–] thunderstick@lemm.ee 2 points 1 year ago (1 children)

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 3 points 1 year ago

Glad I could help.

[–] KLISHDFSDF@lemmy.ml 1 points 1 year ago (1 children)

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

[–] Vaggumon@lemm.ee 3 points 1 year ago (1 children)
[–] KLISHDFSDF@lemmy.ml 2 points 1 year ago

oooo cool, thanks!