Nu.nl menu balk vast zetten op zijn plek
nu.nl - Navigatiebalk by lemimique
Details
Authorlemimique
LicenseNo License
Categorynu.nl
Created
Updated
Size405 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 nu.nl - Navigatiebalk
@version 20230530.19.08
@namespace userstyles.world/user/lemimique
@description Nu.nl menu balk vast zetten op zijn plek
@author lemimique
@license No License
==/UserStyle== */
@-moz-document domain("nu.nl") {
#container {
margin-top: 100px !important;
}
nav.block-wrapper, nav.main-nav {
width: 100%; position: fixed;
}
}