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?
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.
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; } }
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.
6 0 ReplyMan 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!
2 0 ReplyGlad I could help.
3 0 Reply
For the lazy, could you post a pic of what this looks like? Please and thanks either way.
2 0 ReplyHere you go. https://imgur.com/Z4CRJ7a
4 0 Replyoooo cool, thanks!
2 0 Reply