• 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;
      }
    }
    thornbill
    Offline

    Core Team

    Posts: 180
    Threads: 7
    Joined: 2023 Jun
    Reputation: 9
    Country:United States
    #2
    2025-09-29, 09:49 PM
    Custom CSS is not compatible with native apps that do not use a webview including the Android TV, Roku, and Swiftfin apps.
    [Image: thornbill?style=flat&logo=github] [Image: Buy_Me_A_Coffee-grey?style=flat&logo=buymeacoffee]
    JellyNerdCutie
    Offline

    Junior Member

    Posts: 2
    Threads: 1
    Joined: 2025 Sep
    Reputation: 0
    #3
    2025-09-29, 10:48 PM
    (2025-09-29, 09:49 PM)thornbill Wrote: Custom CSS is not compatible with native apps that do not use a webview including the Android TV, Roku, and Swiftfin apps.

    Oh I see my post got moved. 

    So, how can I accomplish this? Oh ok, so Custom CSS no go. 

    Do I need to create a theme? Maybe one in the Skin Manager plugin? Or is it completely not possible without updates to the Roku App?
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    • 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