• 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 Themes & Styles CSS for tv series guest stars in grid view

     
    • 0 Vote(s) - 0 Average

    CSS for tv series guest stars in grid view

    Ted Hinklater
    Offline

    Member

    Posts: 155
    Threads: 8
    Joined: 2023 Nov
    Reputation: 22
    Country:United Kingdom
    #4
    2025-02-03, 11:44 AM (This post was last modified: 2025-02-03, 11:46 AM by Ted Hinklater. Edited 1 time in total.)
    sorry mate I just had a look, it's #guestCastContent

    This will show them as a grid with 6 columns

    Code:
    .layout-desktop #castContent,
    .layout-desktop #guestCastContent {
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        gap: 0em;
        white-space: normal;
    }

    .layout-desktop #castContent .personCard,
    .layout-desktop #guestCastContent .personCard {
        width: auto;
    }

    [Image: iwDeq3Y.png]
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    Messages In This Thread
    CSS for tv series guest stars in grid view - by zelpi - 2025-02-02, 03:41 PM
    RE: CSS for tv series guest stars in grid view - by Ted Hinklater - 2025-02-02, 07:42 PM
    RE: CSS for tv series guest stars in grid view - by zelpi - 2025-02-03, 09:45 AM
    RE: CSS for tv series guest stars in grid view - by Ted Hinklater - 2025-02-03, 11:44 AM
    RE: CSS for tv series guest stars in grid view - by zelpi - 2025-02-03, 01:02 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