• 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 (22): « Previous 1 … 17 18 19 20 21 22 Next »
     

     
    • 7 Vote(s) - 5 Average

    Finimalism [Updated for 10.11.X]

    Where minimalism goes to die
    LoLacCRO
    Offline

    Junior Member

    Posts: 3
    Threads: 0
    Joined: 2025 Jul
    Reputation: 0
    Country:Croatia
    #181
    2025-11-28, 01:08 PM
    Hello just want to ask if anyone else is having issues with the menu tab on the left not closing all the way. Tried in 2 different browsers still same result. Having it not maximized then I don't have issue if I'm in full screen mode than I don't have issue except for some graphical. but when I use my browser normally maximized then the menu doesn't close all the way.
    Ted Hinklater
    Offline

    Member

    Posts: 233
    Threads: 8
    Joined: 2023 Nov
    Reputation: 26
    Country:United Kingdom
    #182
    2025-11-28, 03:35 PM
    .mainDrawer {min-width: unset;}

    I'll add it to the css so it applies automatically
    1
    2020
    Offline

    Junior Member

    Posts: 33
    Threads: 4
    Joined: 2025 Jun
    Reputation: 0
    #183
    2025-11-28, 10:36 PM
    I've got the base design sorted but now, the text is a lot smaller.
    2020
    Offline

    Junior Member

    Posts: 33
    Threads: 4
    Joined: 2025 Jun
    Reputation: 0
    #184
    2025-11-29, 01:47 AM (This post was last modified: 2025-11-29, 02:46 AM by 2020. Edited 1 time in total.)
    I'm just thinking of a new way around this issue, since with the custom code the logo is moved across to middle, We could reduce the size of the logo and why not move thing up a little ? this could fix my text issue.

    Or adjust thing only on this page instead of overriding everything
    Ted Hinklater
    Offline

    Member

    Posts: 233
    Threads: 8
    Joined: 2023 Nov
    Reputation: 26
    Country:United Kingdom
    #185
    2025-11-29, 09:53 AM
    If you wanna fork it and make the changes, I can give advice, but I can't make a whole new theme
    2020
    Offline

    Junior Member

    Posts: 33
    Threads: 4
    Joined: 2025 Jun
    Reputation: 0
    #186
    2025-11-29, 06:05 PM
    (2025-11-29, 09:53 AM)Ted Hinklater Wrote: If you wanna fork it and make the changes, I can give advice, but I can't make a whole new theme

    I would love to folk it but I think that would be above my skill level. 

    Could you offer some custom CSS code, or advice for custom CSS that could help fix tis for me ?
    Ted Hinklater
    Offline

    Member

    Posts: 233
    Threads: 8
    Joined: 2023 Nov
    Reputation: 26
    Country:United Kingdom
    #187
    2025-11-29, 06:42 PM (This post was last modified: 2025-11-29, 09:00 PM by Ted Hinklater. Edited 1 time in total.)
    You have an idea, which is half of it, the css is easy it just takes time.

    Take the css you want, paste it into one notepad file (NotePad++ is best, and free)

    In your browser hit f12, and use Inspect to find the element you want to change

    Put the new code at the bottom of the file

    Paste into Branding

    Everything else is now broken so inspect and fix, rinse & repeat
    2020
    Offline

    Junior Member

    Posts: 33
    Threads: 4
    Joined: 2025 Jun
    Reputation: 0
    #188
    2025-11-30, 12:45 AM
    Ok, how can i copy the code just from this page? so I can adjust the poster and logo how I want.
    Ted Hinklater
    Offline

    Member

    Posts: 233
    Threads: 8
    Joined: 2023 Nov
    Reputation: 26
    Country:United Kingdom
    #189
    2025-11-30, 12:53 AM
    https://raw.githubusercontent.com/tedhin...m10.11.css
    Blurryface
    Offline

    Junior Member

    Posts: 26
    Threads: 0
    Joined: 2025 Oct
    Reputation: 0
    Country:United States
    #190
    2025-11-30, 08:46 PM
    (2025-11-27, 06:19 PM)2020 Wrote:
    (2025-11-27, 10:53 AM)Ted Hinklater Wrote: Hi mate youre using very old versions of finimalism and the featured content bar, make sure you update your css import and copy the latest home-html snippet and download the latest spotlight.html

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

    download - spotlight.html

    latest home-html.chunk.js -

    Code:
    "use strict";
    (self.webpackChunk = self.webpackChunk || []).push([[8372], {
      5939: function (a, e, t) {
        t.r(e);
        e.default = `
    <div id="indexPage" style="outline:0" data-role="page" data-dom-cache="true"
      class="page homePage libraryPage allLibraryPage backdropPage pageWithAbsoluteTabs withTabs"
      data-backdroptype="movie,series,book">

      <style>
        .featurediframe {
          width: 100vw; height: 100vh; display: block; border: 0;
          margin: 0 auto; margin-bottom: -26em; margin-top: -3.5em;
          transition: height 300ms ease, margin 300ms ease;
        }
        @media (min-width: 951px) and (min-height: 700px) {
          .featurediframe { min-height: 70em; }
        }
        @media (max-width: 1000px) and (orientation: portrait) {
          .featurediframe { height: 25em; margin-bottom: -1em; }
        }
        @media (max-width: 1000px) and (orientation: landscape) {
          .featurediframe { height: 26em; margin-bottom: -1em; }
        }
        @media (max-width: 421px) and (orientation: portrait) {
          .featurediframe { height: 100vh; margin-bottom: -28em; margin-top: -6.5em; }
        }
        @media (max-height: 421px) and (orientation: landscape) {
          .featurediframe { height: 100vh; margin-bottom: -6em; margin-top: -6.5em; }
        }
      </style>

      <div class="tabContent pageTabContent" id="homeTab" data-index="0">
        <iframe class="featurediframe" src="/web/ui/spotlight.html"></iframe>
        <div class="sections"></div>
      </div>

      <div class="tabContent pageTabContent" id="favoritesTab" data-index="1">
        <div class="sections"></div>
      </div>

    </div>`;
      }
    }]);

    document.addEventListener("DOMContentLoaded", () => {
      const homeTab = document.getElementById("homeTab");
      if (!homeTab) return;

      const spotlightIframe = homeTab.querySelector(".featurediframe");
      if (!spotlightIframe) return;

      const observer = new MutationObserver(() => {
        const isHomeTabActive = homeTab.classList.contains("is-active");
        spotlightIframe.style.display = isHomeTabActive ? "block" : "none";
      });

      observer.observe(homeTab, { attributes: true, attributeFilter: ["class"] });
    });
    Hi Mate how are you,
     
    I'm using the latest 11, the image attaged is a example,  I just want it to look more like  finimalism7.
    I also want to increase the size of the categories, they look too small, they are same size as the width of the posters, I want them the same size as default ones.


    finimalism 11 by default leaves one row empty, as you can see from the image, but the code you provided above fixes this.
    2. is it possible to increase the size of the my media section, they look tiny and unbalanced compared to the rest. 
    3. is it possible to make the design slightly more like finimalism7 with banner above, logo in the middle and poster on the side.

    Question for you, how did you get the 1080p button to show on the photo?
    Pages (22): « Previous 1 … 17 18 19 20 21 22 Next »
     

    « 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