• Ephera@lemmy.mlOP
    link
    fedilink
    arrow-up
    2
    ·
    2 months ago

    Ah, absolutely no toes stepped on. I’ve never used Fandom myself, this was just what I could whip up real quick.

    If you happen to use Fandom more often, maybe you’d like to publish this in Stylus? Even if it’s just as a personal backup.
    I mainly didn’t do it, because without me using Fandom, the user style could be broken by tomorrow.

    P.S.: I think, the first body > .main-container {-block can be removed, as you set the same style in the nested block underneath…

    • IllNess@infosec.pub
      link
      fedilink
      arrow-up
      2
      ·
      2 months ago

      Yes, you are correct. Good catch.

          @-moz-document domain("fandom.com") {
              .global-navigation {
                  display: none;
              }
      
              body {
                  margin-left: 0 !important;
      
                  & > .main-container {
                      width: 100% !important;
                      margin-left: 0 !important;
                  }
      
                  & > .fandom-sticky-header {
                      left: 0 !important;
                  }
              }
          }
      

      It was very nice of you to write this out for the other guy. I will look through the uploads and see if anyone else has the same idea.