• 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 Wrap Search Results

     
    • 0 Vote(s) - 0 Average

    Wrap Search Results

    SethBacon
    Offline

    Member

    Posts: 83
    Threads: 8
    Joined: 2023 Nov
    Reputation: 8
    Country:Canada
    #3
    2025-08-30, 06:53 AM (This post was last modified: 2025-08-30, 07:00 AM by SethBacon. Edited 2 times in total.)
    To display all the search results wrapped on one page without having the carousels, add this to your custom CSS field:

    /* --- Fully unpack the carousel search results (Movies, Shows, Episodes, People) --- */
    .page.libraryPage.allLibraryPage.noSecondaryNavPage .emby-scroller {
    overflow-x: visible !important;
    overflow-y: visible !important;
    white-space: normal !important;
    }

    .page.libraryPage.allLibraryPage.noSecondaryNavPage .emby-scroller .itemsContainer {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: flex-start !important;
    align-items: flex-start !important;

    white-space: normal !important;
    transform: none !important;
    width: 100% !important;
    }

    /* Normalize cards to flow cleanly in rows */
    .page.libraryPage.allLibraryPage.noSecondaryNavPage .emby-scroller .itemsContainer .card {
    flex: 0 0 auto !important;
    margin: 0.5em !important;
    }

    /* --- Hide scroller chevrons in search results --- */
    .page.libraryPage.allLibraryPage.noSecondaryNavPage .emby-scrollbuttons {
    display: none !important;
    }
    1
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    Messages In This Thread
    Wrap Search Results - by GayMan420 - 2025-08-28, 03:29 PM
    RE: Wrap Search Results - by bitmap - 2025-08-30, 01:15 AM
    RE: Wrap Search Results - by SethBacon - 2025-08-30, 06:53 AM

    • 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