Skip to content

nav right fix by furgotten12

Details

Authorfurgotten12

LicenseNo License

Categoryowler

Created

Updated

Size313 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

simple fix for the last item on the top nav not having a whitespace

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         nav right fix
@version      20231225.01.15
@namespace    ?
==/UserStyle== */

@-moz-document domain("owler.cloud") {
#navigation ul li:last-child{
    margin-right: 2px;
}

#navigation ul a:first-child{
    margin-left: 2px;
}

#navigation ul li a{
    margin-left: 0!important;
}
}

Reviews

No reviews yet.