Skip Navigation

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?

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

6
6 comments
6 comments