MrOtherGuy / firefox-csshacks

Collection of userstyles affecting the browser
Mozilla Public License 2.0
3.19k stars 312 forks source link

Centered statuspanel at bottom with FF 113 #281

Closed GrosBourrin closed 1 year ago

GrosBourrin commented 1 year ago

hi, My centered statuspanel doesn't work anymore with your help in reddit and with your css on your repo with FF 113 ! now it's all left, here is my code

/* Source file https://github.com/MrOtherGuy/firefox-csshacks/tree/master/chrome/centered_top_statuspanel.css made available under Mozilla Public License v. 2.0
See the above repository for updates as well as full license text. */
#statuspanel:not([hidden]) {
    display: flex !important;
    width: 100%;
    max-width: 100% !important;
    padding-bottom: 0 !important;
    inset-block: auto 0 !important;
    inset-inline: auto !important;
}

#statuspanel-label {
    background: #1E1D2D !important;
    font-family: "Fira Sans" !important;
    font-size: 14px !important;
    color: #ffff00 !important;
    border: 2px solid #1E1D2D !important;
    border-radius: 2px !important;
    margin-inline: auto !important;
}
MrOtherGuy commented 1 year ago

I just fixed that style for Fx 113. Just do the same changes again if you want it at bottom.