Skip to content

Navbar Shortened by Airazone

Screenshot of Navbar Shortened

Details

AuthorAirazone

LicenseCC Zero

Categoryko-fi

Created

Updated

Size654 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Smaller height for the Navbar.

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;
    }
}

Reviews

No reviews yet.