• 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 (12): « Previous 1 … 8 9 10 11 12
     

     
    • 5 Vote(s) - 5 Average

    Finimalism [Updated for 10.11.X]

    Where minimalism goes to die
    Blurryface
    Offline

    Junior Member

    Posts: 7
    Threads: 0
    Joined: 2025 Oct
    Reputation: 0
    Country:United States
    #111
    2025-10-29, 03:33 PM (This post was last modified: 2025-10-29, 03:37 PM by Blurryface. Edited 1 time in total.)
    (2025-10-29, 03:04 PM)Ted Hinklater Wrote: That's not the latest, use this

    @import url("https://cdn.jsdelivr.net/gh/tedhinklater/finimalism@latest/finimalism10.11.css");

    So I am using the latest, below is the import I have in my branding dashboard. I am wondering if there is a cache issue for me or something. 

    @import url("https://cdn.jsdelivr.net/gh/tedhinklater/finimalism@latest/finimalism10.11.css");
    Ted Hinklater
    Offline

    Member

    Posts: 171
    Threads: 8
    Joined: 2023 Nov
    Reputation: 24
    Country:United Kingdom
    #112
    2025-10-29, 03:44 PM
    Ah must be

    Brave/Chrome: Settings > Privacy and Security > Delete Browsing Data > All time > Cached Images and Files
    Firefox : Settings > Privacy & Security > Cookies & Site Data > Everything > Temporary cached files and pages
    Blurryface
    Offline

    Junior Member

    Posts: 7
    Threads: 0
    Joined: 2025 Oct
    Reputation: 0
    Country:United States
    #113
    2025-10-29, 03:54 PM
    (2025-10-29, 03:44 PM)Ted Hinklater Wrote: Ah must be

    Brave/Chrome: Settings > Privacy and Security > Delete Browsing Data > All time > Cached Images and Files
    Firefox : Settings > Privacy & Security > Cookies & Site Data > Everything > Temporary cached files and pages

    Yup, all fixed. Huzzah! Thanks and sorry for the spam.
    1
    Drake97
    Offline

    Member

    Posts: 89
    Threads: 29
    Joined: 2023 Oct
    Reputation: 0
    Country:Chile
    #114
    Yesterday, 02:40 AM
    Hi Ted,

    How much would you charge me to make those thumbnails you have, but with the names in Spanish? Haha
    Or, failing that, do you have the original files so I could modify the text myself? I'm referring to the images in each folder, whether they're movies, shows, etc.
    Jellyfin 10.11.0
    Ubuntu desktop 24.04.3 LTS
    Intel i3-12100
    16GB DDR4 2400Mhz
    OS-DRIVE: WDC SN720 256GB
    Storage (JF Library): 40TB JBOD
    Ted Hinklater
    Offline

    Member

    Posts: 171
    Threads: 8
    Joined: 2023 Nov
    Reputation: 24
    Country:United Kingdom
    #115
    Yesterday, 12:32 PM
    (Yesterday, 02:40 AM)Drake97 Wrote: Hi Ted,

    How much would you charge me to make those thumbnails you have, but with the names in Spanish? Haha
    Or, failing that, do you have the original files so I could modify the text myself? I'm referring to the images in each folder, whether they're movies, shows, etc.

    [Image: giphy.gif]

    I don't have Photoshop any more since switching to Linux. I miss it.

    I'll try to get it working and post the .psd template
    LoLacCRO
    Offline

    Junior Member

    Posts: 1
    Threads: 0
    Joined: 2025 Jul
    Reputation: 0
    Country:Croatia
    #116
    Yesterday, 06:23 PM
    Hey Ted,

    Would like to thank you for the amazing looking theme it brings jellyfin to the next level atleast to me. But I have had recently issues while most were dealth with one new one poped up. It might be because I have 2 monitors (1tv and 1 gaming monitor not same resolution) that the jellyfin seems to have large text. The webOS with 4k was fixed but I use jellyfin on pc to monitor or tweak a few things and so on and it is a bit annoying that it is large text that I can't fix sadly.

    Over all super happy with the theme/css. Glad you can continue working on it and improving it.

    I have tried loading jellyfin in brave and in chrome same issue.
    Ted Hinklater
    Offline

    Member

    Posts: 171
    Threads: 8
    Joined: 2023 Nov
    Reputation: 24
    Country:United Kingdom
    #117
    Yesterday, 06:32 PM (This post was last modified: Yesterday, 07:26 PM by Ted Hinklater. Edited 1 time in total.)
    (Yesterday, 06:23 PM)LoLacCRO Wrote: Hey Ted,

    Would like to thank you for the amazing looking theme it brings jellyfin to the next level atleast to me. But I have had recently issues while most were dealth with one new one poped up. It might be because I have 2 monitors (1tv and 1 gaming monitor not same resolution) that the jellyfin seems to have large text. The webOS with 4k was fixed but I use jellyfin on pc to monitor or tweak a few things and so on and it is a bit annoying that it is large text that I can't fix sadly.

    Over all super happy with the theme/css. Glad you can continue working on it and improving it.

    I have tried loading jellyfin in brave and in chrome same issue.

    My bad, the 4k rule covered 1440p, the update should come through on your end shortly, if you want it immediately use this

    Code:
    @import url("https://cdn.jsdelivr.net/gh/tedhinklater/finimalism@latest/finimalism10.11.css");
    /*1440p*/@media (min-width: 1950px) {.layout-desktop body, .layout-tv body {font-size: 166% !important;}}
    /*4k*/@media (min-width: 3000px) {.layout-desktop body, .layout-tv body {font-size: 200% !important;}}
    Lasbrook
    Offline

    Junior Member

    Posts: 2
    Threads: 0
    Joined: 2025 Oct
    Reputation: 0
    #118
    8 hours ago
    Hi,

    Love the theme but I'm having an issue with it in conjunction with spotlight. I downloaded the spotlight files from your github and replaced the contents of my home-html.chunk.js file with the one on your github as well. Everything is working but with the combination of the two the entire UI scale has increased by an easy 25% over what it was previously when the window is maximized on the default theme or finimalism without spotlight.

    When I remove the theme from my custom CSS (the easier troubleshooting step than removing spotlight) the scale for everything returns to what I consider normal. I've had the same behavior on multiple browsers, 1080p and 1440p, and multiple computers.

    Thanks for the help.
    Ted Hinklater
    Offline

    Member

    Posts: 171
    Threads: 8
    Joined: 2023 Nov
    Reputation: 24
    Country:United Kingdom
    #119
    8 hours ago (This post was last modified: 8 hours ago by Ted Hinklater. Edited 1 time in total.)
    (8 hours ago)Lasbrook Wrote: Hi,

    Love the theme but I'm having an issue with it in conjunction with spotlight. I downloaded the spotlight files from your github and replaced the contents of my home-html.chunk.js file with the one on your github as well. Everything is working but with the combination of the two the entire UI scale has increased by an easy 25% over what it was previously when the window is maximized on the default theme or finimalism without spotlight.

    When I remove the theme from my custom CSS (the easier troubleshooting step than removing spotlight) the scale for everything returns to what I consider normal.  I've had the same behavior on multiple browsers, 1080p and 1440p, and multiple computers.

    Thanks for the help.

    I just updated the Spotlight files and there is some new code in Finimalism to work with it, but I don't think the @import or jsdelivr has caught up yet

    If you want to try pasting the CSS directly and making sure you have the latest Spotlight files hopefully that fixes it
    Lasbrook
    Offline

    Junior Member

    Posts: 2
    Threads: 0
    Joined: 2025 Oct
    Reputation: 0
    #120
    5 hours ago
    I updated everything and everything else looks great again but the spotlight iframe has some issues. A movie poster for whatever media is showing will slide in from the left and things are stretched horizontally so that the right arrow to advance the slide is barely on the screen nearly hidden behind the scroll bar. Also the controls for the youtube video are quite large.

    [Image: H3sWOUVh.png]
    Pages (12): « Previous 1 … 8 9 10 11 12
     

    « 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