• Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below
  • Forum
  • Website
  • GitHub
  • Status
  • Translation
  • Features
  • Team
  • Rules
  • Help
  • Feeds
User Links
  • Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below

    Useful Links Forum Website GitHub Status Translation Features Team Rules Help Feeds
    Jellyfin Forum Support General Questions Custom CSS for wrapping Cards

     
    • 0 Vote(s) - 0 Average

    Custom CSS for wrapping Cards

    Custom CSS for wrapping Card tiles on web and tv devices.
    JellyNerdCutie
    Offline

    Junior Member

    Posts: 2
    Threads: 1
    Joined: 2025 Sep
    Reputation: 0
    #1
    2025-09-29, 06:05 PM
    Hello!

    I'm new to Jellyfin and migrated over the weekend from Plex. I was a long term Plex user but over the past few years their Roku app has become horrible and they have started to ignore the localized community. I migrated over to Jellyfin and love it so far. I have been playing around with themes, custom css, etc and ran into an issue I'm trying to fix.

    For some reason, web-view and tv-view with my custom CSS works perfectly on a PC/Phone, but does NOT work on Roku devices. This wraps "My Media" to the edges, but on Roku. I seem to still have a left-to-right Navigation. What am I missing? Is this a limit to the Roku Jellyfin app? Any help would be great! Flushed-face

    Example Code:

    @media all and (min-width: 75em) {
      .homePage .emby-scroller {
        margin-right: 0;
      }
      .homePage .emby-scrollbuttons {
        display: none;
      }
      .homePage .itemsContainer {
        flex-wrap: wrap;
      }
      .homePage .itemsContainer-tv {
        flex-wrap: wrap;
      }
      .overflowBackdropCard, overflowSmallBackdropCard {
        width: 18.5vw;
      }
    }
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    Messages In This Thread
    Custom CSS for wrapping Cards - by JellyNerdCutie - 2025-09-29, 06:05 PM
    RE: Custom CSS for wrapping Cards - by thornbill - 2025-09-29, 09:49 PM
    RE: Custom CSS for wrapping Cards - by JellyNerdCutie - 2025-09-29, 10:48 PM

    • View a Printable Version
    • Subscribe to this thread
    Forum Jump:

    Home · Team · Help · Contact
    © Designed by D&D - Powered by MyBB
    L


    Jellyfin

    The Free Software Media System

    Linear Mode
    Threaded Mode