this post was submitted on 16 Oct 2023
18 points (95.0% liked)

Jellyfin: The Free Software Media System

5478 readers
20 users here now

Current stable release: 10.9.7

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
[–] [email protected] 6 points 10 months ago

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.

[–] [email protected] 2 points 10 months ago (1 children)

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

[–] [email protected] 4 points 10 months ago (1 children)
[–] [email protected] 2 points 10 months ago

oooo cool, thanks!

[–] [email protected] 2 points 9 months 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!

[–] [email protected] 3 points 9 months ago

Glad I could help.