Smaller height for the Navbar.
Navbar Shortened by Airazone

Details
AuthorAirazone
LicenseCC Zero
Categoryko-fi
Created
Updated
Code size654 B
Code checksumd98d4a81
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Works on PC Google Chrome on Microsoft OS, untested on everything else.
Source code
/* ==UserStyle==
@name Navbar Shortened - Ko-Fi
@namespace https://userstyles.world/user/Airazone
@version 1.0
@description Smaller height for the Navbar.
@author Airazon
==/UserStyle== */
@-moz-document domain("ko-fi.com") {
.navbar {
min-height:40px!important;
}
.navbar-default, .container {
height:40px;
}
.navbar .navbar-brand img {
top:30%;
}
.ui-mobile-nav-toggle>div {
margin-top:40%;
}
.nav-icon-mobile, .kfds-c-btn-nav-your-page {
margin-top:5px!important;
}
body {
padding-top:40px;
}
}