• 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 Troubleshooting UI bug - Wierd displacement in content pagesdisplacement

     
    • 0 Vote(s) - 0 Average

    UI bug - Wierd displacement in content pagesdisplacement

    Hectik
    Offline

    Junior Member

    Posts: 18
    Threads: 2
    Joined: 2024 Jun
    Reputation: 0
    #1
    2024-11-22, 02:12 PM (This post was last modified: 2024-11-22, 02:12 PM by Hectik. Edited 1 time in total.)
    I recently ran into a bug after jumping upgrade of jellyfin web from idk how many versions ago to 10.10.3. I'm not sure if the update is related or if I messed up somewhere in terms of customizing.

    I get this black box div in the middle of any content page. Images attatched. Any hints on how to fix would be appreciated.


    Attached Files Thumbnail(s)
                   
    Jellyfin 10.10.3 [LSIO Docker] | Ubuntu 24.04 LTS | i7-12700T | 16 GB RAM | 60TB Storage
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #2
    2024-11-22, 02:17 PM
    Can you share your current custom CSS or theme? Many many changes in jellyfin-web probably broke most or all of it. If you got your custom CSS from someone's git, check if they've updated their git with new CSS.
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    Hectik
    Offline

    Junior Member

    Posts: 18
    Threads: 2
    Joined: 2024 Jun
    Reputation: 0
    #3
    2024-11-22, 02:45 PM (This post was last modified: 2024-11-22, 02:49 PM by Hectik. Edited 1 time in total.)
    I tried two themes, Jellytheme and Jellyflix, with Skin Manager and got the same result. I have no other CSS customization.

    This is in branding.xml

    Code:
    <?xml version="1.0" encoding="utf-8"?>
    <BrandingOptions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
      <CustomCss>@import url('https://cdn.jsdelivr.net/gh/ShiniGandhi/JellyTheme@latest/latest/JellyTheme.css');
    /* JellyTheme */@import url('https://cdn.jsdelivr.net/gh/ShiniGandhi/JellyTheme@latest/latest/Resize-Cards.css');
    @import url('https://cdn.jsdelivr.net/gh/ShiniGandhi/JellyTheme@latest/latest/Resize-Cards.css');
    :root {--accent:rgba(255,0,0,1)!important;}
    </CustomCss>
      <SplashscreenEnabled>false</SplashscreenEnabled>
    </BrandingOptions>

    I have a few customizations in the index.html for title and seasonal "animation". I've also replaced a few assets through volume mappings.

    I have tried downing, system prune -a and running the container again but I get the same results. Could something in the config folder be causing this? That is the only folder that is fully volume mapped
    Jellyfin 10.10.3 [LSIO Docker] | Ubuntu 24.04 LTS | i7-12700T | 16 GB RAM | 60TB Storage
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #4
    2024-11-22, 03:30 PM
    Can you clear your browser cache? I want to ensure that there isn't some sort of cache issue.

    @Ted Hinklater - do you have any insight?
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    Hectik
    Offline

    Junior Member

    Posts: 18
    Threads: 2
    Joined: 2024 Jun
    Reputation: 0
    #5
    2024-11-22, 05:22 PM
    I think the issue is with the actual skins/css from the plugin. I've looked at more maintained git repos with Jellyfin skins and they seem to work well.
    Jellyfin 10.10.3 [LSIO Docker] | Ubuntu 24.04 LTS | i7-12700T | 16 GB RAM | 60TB Storage
    Ted Hinklater
    Offline

    Member

    Posts: 149
    Threads: 8
    Joined: 2023 Nov
    Reputation: 22
    Country:United Kingdom
    #6
    2024-11-22, 06:55 PM
    Unfortunately I don't think ShiniGandhi's JellyTheme has been updated since jellyfin 10.8.x, the detailPage elements have definitely changed since then (10.9+ felt personal at times)
    Ted Hinklater
    Offline

    Member

    Posts: 149
    Threads: 8
    Joined: 2023 Nov
    Reputation: 22
    Country:United Kingdom
    #7
    2024-11-22, 07:20 PM
    If you add this snippet to the end of your CSS, it'll fix the main stuff

    Code:
    #itemDetailPage .detailLogo {margin-top: 3vh !important;}
    #itemDetailPage .detailLogo {height: 20vh; margin-top: 10vh;}
    .detailPageWrapperContainer {position: absolute; left: -35em; top: 22vh;}
    .itemMiscInfo {left: 27vw; position: absolute;}
    .layout-desktop .mainDetailButtons { margin-left: 45.5em !important; position: relative;}
    .mainDetailButtons { margin-left: -1vh !important; margin-top: 6vh !important;}
    .layout-desktop .trackSelections { margin-left: 17vw; max-width: 26vw !important;}
    .detailPagePrimaryContent {min-height: 31vh !important;}

    Before
    [Image: R3DQKV3.png]

    After
    [Image: IgnWhGz.png]
    1
    1
    « 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