• 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 Finimalism [Updated for 10.11.X]

    Pages (15): « Previous 1 … 11 12 13 14 15
     

     
    • 7 Vote(s) - 5 Average

    Finimalism [Updated for 10.11.X]

    Where minimalism goes to die
    Blurryface
    Offline

    Junior Member

    Posts: 14
    Threads: 0
    Joined: 2025 Oct
    Reputation: 0
    Country:United States
    #141
    2025-11-19, 09:15 PM (This post was last modified: 2025-11-19, 10:46 PM by Blurryface. Edited 1 time in total.)
    Got a New issue since the 10.11.3 update the episodes no matter the size as large as possible or normal size. They do not automatically go to a new row like before. Where if the screen was too small it would have 1-2 sometimes 3-4 depending on the window. Now, no matter what I do sticks to 4 per row and is improperly formatted. Let me know if you need any more info


    Attached Files Thumbnail(s)
       
    Ted Hinklater
    Offline

    Member

    Posts: 200
    Threads: 8
    Joined: 2023 Nov
    Reputation: 25
    Country:United Kingdom
    #142
    2025-11-19, 10:40 PM
    (2025-11-19, 09:15 PM)Blurryface Wrote: Got a New issue since the 10.11.3 update the episodes no matter the size as large as possible or normal size. They do not automatically go to a new row like before. Where if the screen was too small it would have 1-2 sometimes 3-4 depending on the window. Now it no matter what I do sticks to 4 per row and is improperly formatted. Let me know if you need any more info

    Hey thanks for letting me know, it's fixed now, update should come through shortly
    4r5hw45twh
    Offline

    Member

    Posts: 146
    Threads: 40
    Joined: 2024 Mar
    Reputation: 0
    #143
    2025-11-19, 10:51 PM (This post was last modified: 2025-11-19, 10:55 PM by 4r5hw45twh. Edited 2 times in total.)
    (2025-11-19, 10:40 PM)Ted Hinklater Wrote: Hey thanks for letting me know, it's fixed now, update should come through shortly

    Hey, is there a way to not make more than 1 row, especially this big, for Recently Added media? The tiles are simply too huge and it would be nice to have the arrow icon scroll left/right when clicked on. Been an issue for a while...
    Are these updates tested before release because this is a major obvious one?

    [Image: toobig.png]
    Ted Hinklater
    Offline

    Member

    Posts: 200
    Threads: 8
    Joined: 2023 Nov
    Reputation: 25
    Country:United Kingdom
    #144
    2025-11-19, 10:58 PM (This post was last modified: 2025-11-19, 11:13 PM by Ted Hinklater. Edited 1 time in total.)
    Whats your screen resolution? Tv or desktop?

    Also could you try pasting the entire CSS from this page instead of the jsdelivr import link, to check if it's been fixed

    Rows should be 7 columns so that's a sign it's gone wrong somewhere

    testing-wise I check every page once each for tv at 1080p, 1440p and 4k. half/full-screen desktop window at 1080p 1440p & 4k, mobile horizontal & porrait (Android, iOS & Kindle), tablet horizontal & portrait (Android, iOS and Kindle):

    homepage elements, movie page, season, show, shows with squareCards (old ones), music videos, music, home videos, live tv, the guide, actor bio's, shows with specials, movies with chapters, the login page, dialog windows and the player.

    I will miss some things and am grateful for people letting me know, I fix it as quick as I can as best I can.
    4r5hw45twh
    Offline

    Member

    Posts: 146
    Threads: 40
    Joined: 2024 Mar
    Reputation: 0
    #145
    2025-11-19, 11:22 PM
    (2025-11-19, 10:58 PM)Ted Hinklater Wrote: Whats your screen resolution? Tv or desktop?

    Also could you try pasting the entire CSS from this page instead of the jsdelivr import link, to check if it's been fixed

    Same issue with the direct CSS. This is on Desktop on both of my monitors (one is 2560x1440p and other is 1920x1080). Never had an issue before and nothing on my end has changed at all besides more media added as well as your updates to the theme as they come. On my FireStick (what I mainly watch on anyway) it shows properly how I described in my first reply.
    Ted Hinklater
    Offline

    Member

    Posts: 200
    Threads: 8
    Joined: 2023 Nov
    Reputation: 25
    Country:United Kingdom
    #146
    Yesterday, 12:14 AM (This post was last modified: Yesterday, 12:14 AM by Ted Hinklater.)
    I can't reproduce your 6 columns problem but if you want scrollable rows:

    @import url("https://cdn.jsdelivr.net/gh/tedhinklater/finimalism@latest/finimalism10.11.css");
    .layout-desktop #indexPage .itemsContainer,
    .layout-tv #indexPage .itemsContainer,
    .layout-desktop #childrenContent .itemsContainer.padded-right.vertical-wrap,
    .layout-tv #childrenContent .itemsContainer.padded-right.vertical-wrap,
    .layout-desktop #itemDetailPage .verticalSection.detailVerticalSection.moreFromSeasonSection.emby-scroller-container .scrollSlider.focuscontainer-x.itemsContainer.animatedScrollX,
    .layout-tv #itemDetailPage .verticalSection.detailVerticalSection.moreFromSeasonSection.emby-scroller-container .scrollSlider.focuscontainer-x.itemsContainer.animatedScrollX,
    .layout-desktop #castCollapsible .scrollSlider.focuscontainer-x.itemsContainer.animatedScrollX,
    .layout-tv #castCollapsible .scrollSlider.focuscontainer-x.itemsContainer.animatedScrollX,
    .layout-desktop #guestCastCollapsible .scrollSlider.focuscontainer-x.itemsContainer.animatedScrollX,
    .layout-tv #guestCastCollapsible .scrollSlider.focuscontainer-x.itemsContainer.animatedScrollX,
    .layout-desktop #similarCollapsible .scrollSlider.focuscontainer-x.itemsContainer.similarContent.animatedScrollX,
    .layout-tv #similarCollapsible .scrollSlider.focuscontainer-x.itemsContainer.similarContent.animatedScrollX,
    .layout-desktop #specialsCollapsible .scrollSlider.focuscontainer-x.itemsContainer.animatedScrollX,
    .layout-tv #specialsCollapsible .scrollSlider.focuscontainer-x.itemsContainer.animatedScrollX {display: flex !important; flex-wrap: nowrap !important; gap: unset;}
    #indexPage button[data-direction="left"], #indexPage button[data-direction="right"] {opacity: 0.5; padding-right: 1em;}
    #itemDetailPage button[data-direction="left"], #itemDetailPage button[data-direction="right"] { opacity: 0.5; }
    Pages (15): « Previous 1 … 11 12 13 14 15
     

    « Next Oldest | Next Newest »

    Users browsing this thread: 6 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