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

Jellyfin: The Free Software Media System

5714 readers
4 users here now

Current stable release: 10.10.0

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; } }

you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 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!

[โ€“] [email protected] 2 points 1 year ago

Glad I could help.