Skip to content

Better Modrinth Navbar by TheClashFruit

Screenshot of Better Modrinth Navbar

Details

AuthorTheClashFruit

LicenseCC BY-SA 4.0

Categorymodrinth.com

Created

Updated

Size931 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Makes the Modrinth navbar great again!

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name       Better Modrinth Navbar
@version    2024.8.21
@namespace  https://userstyles.world/user/TheClashFruit
==/UserStyle== */

@-moz-document domain("modrinth.com") {
  header > div:nth-child(2) .popup-container > button {
    display: none !important;
  }
  
  header > div:nth-child(2) .popup-container > .popup-menu {
    display: flex !important;
    position: revert !important;
    
    pointer-events: auto !important;
    
    opacity: 1;
    scale: 1;
    
    background: none !important;
    border: none !important;
    
    padding: 0 !important;
    
    box-shadow: none !important;
    
    height: fit-content !important;
  }
  
  
  header > div:nth-child(2) .popup-container > .popup-menu a {
    pointer-events: auto !important;
    
    margin: 0 !important;
  }
  
  header > div:nth-child(2) > div:last-child {
    display: none !important;
  }
}

Reviews

No reviews yet.