• 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 Some help with CSS

     
    • 0 Vote(s) - 0 Average

    Some help with CSS

    luckey
    Offline

    Junior Member

    Posts: 6
    Threads: 1
    Joined: 2023 Sep
    Reputation: 0
    Country:Portugal
    #5
    2025-02-06, 03:36 AM (This post was last modified: 2025-02-06, 03:37 AM by luckey. Edited 1 time in total.)
    Quote:This will remove the 3-dot button, but it will do so for all items on the server.
    Shouldn't be an issue on the webUI with a mouse as you can right-click to bring up the same menu, but it may make it more difficult on a touch screen depending on how that works. 
    Code:
    span.material-icons.cardOverlayButtonIcon.cardOverlayButtonIcon-hover.more_vert {
        display: none;
    }

    Thank you so much! Exactly what I needed!

    Quote:Did you enable the backdrop option in the client settings?
    Click on your user profile on the top-right and then go to "Display".
    Scroll down a bit and you will see settings for that.

    Keep in mind that since these are client settings, they only apply to that single client (and you will need to redo them on new clients).
    A browser counts as a single client.


    Yes I did, I think the problem is that I'm using a custom background:
    Code:
    .backdropImage {
      display: none;
    }

    .backgroundContainer {
      background-color: rgba(0, 0, 0, 0);
      background-image: url('https://i.imgur.com/a4VdCjA.png');
      filter: blur(10px);
      background-size: cover;
    }

    This is how it looks when I remove that code:
       
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    Messages In This Thread
    Some help with CSS - by luckey - 2025-01-05, 11:16 PM
    RE: Some help with CSS - by Efficient_Good_5784 - 2025-01-06, 03:32 AM
    RE: Some help with CSS - by luckey - 2025-02-06, 01:12 AM
    RE: Some help with CSS - by Efficient_Good_5784 - 2025-02-06, 03:06 AM
    RE: Some help with CSS - by luckey - 2025-02-06, 03:36 AM
    RE: Some help with CSS - by luckey - 2025-02-09, 03:52 PM

    • 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