Make the navbar for Blaseball smaller
smaller blaseball navbar by subtractionsoup
Details
Authorsubtractionsoup
LicenseNo License
Categoryblaseball
Created
Updated
Size557 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name smaller blaseball navbar
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Adjust the navbar for Blaseball
@author SubtractionSoup
==/UserStyle== */
@-moz-document domain("www.blaseball.com") {
.navigation {
width: clamp(225px, 14rem, 275px);
flex-shrink: 0;
padding: 0 0.5rem;
}
.user-header__choices__fav-team {
gap: 0.1rem;
}
.user-header__choices .fav-team-logo {
margin-top: 1rem;
margin-left: 0;
}
}