Skip to content

Better nerdfont cheetsheet by nanozuki

Details

Authornanozuki

LicenseNo License

Categoryuserstyles

Created

Updated

Size714 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Easier to browser icons.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Better nerdfont cheetsheet
@version      20221028.08.53
@namespace    userstyles.world/user/nanozuki
@description  Easier to browser icons.
@author       nanozuki
@license      No License
==/UserStyle== */

@-moz-document url-prefix("https://www.nerdfonts.com/cheat-sheet") {
#main .nerd-font-cheat-sheet {
    overflow-y: unset;
    overflow-x: unset;
    max-height: unset;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}

div.container:nth-child(2) > p:nth-child(2) {
    position: sticky;
    top: 75px;
    background-color: #75715e;
    background-image: url("/assets/img/bgnoise.png");
    z-index: 100;
    padding: 10px 0;
    margin: 0 0 10px 0;
}
}

Reviews

No reviews yet.