Skip to content

Hianime sticky header by Donkurari

Details

AuthorDonkurari

LicenseCC-BY-SA-4.0

Categoryhianime.to

Created

Updated

Code size425 B

Code checksum593d44f4

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

makes hianime header fixed at the top

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Hianime sticky header
@namespace      kj972
@version        1.0.0
@description    makes hianime header fixed at the top
@author         Kunal Jaiswal
@license 	CC-BY-SA-4.0
@preprocessor   uso
==/UserStyle== */
@-moz-document domain("hianimez.to") {
	#header {
		position: fixed !important;
		inset: 0;
	}
	#header + * {
		margin-top: 100px;
	}
	/* 	.deslide-wrap{
		margin-top: 70px;
	} */
}

Reviews

No reviews yet.