• 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 General Questions Make banner stay at top?

     
    • 0 Vote(s) - 0 Average

    Make banner stay at top?

    4r5hw45twh
    Offline

    Member

    Posts: 135
    Threads: 34
    Joined: 2024 Mar
    Reputation: 0
    #1
    Yesterday, 02:07 PM (This post was last modified: Yesterday, 02:07 PM by 4r5hw45twh.)
    I want to create an announcement banner that stays at the top of the screen. I started with:

    Code:
    .skinHeader::after {
        content: "Introducing: LiveTV. This is experimental.";
        display: block;
        position: relative;
        background-color: #a60011;
        color: #ffffff;
        text-align: center;
        padding: 10px 0;
        font-weight: bold;
    }

    Which looked like this...
    [Image: exp.png]

    So then I tried this:
    Code:
    .emby-tabs-slider::before {
        content: "Introducing: LiveTV. This is experimental.";
        display: block;
        position: relative;
        background-color: #a60011;
        color: #ffffff;
        text-align: center;
        padding: 10px 0;
        font-weight: bold;
    }

    Which gave me what I kinda wanted, but now the "Home" and "Favorites" tabs look dumb under it and messed up.
    [Image: exp2.png]
    « 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