makes hianime header fixed at the top
Hianime sticky header by Donkurari
Details
AuthorDonkurari
LicenseCC-BY-SA-4.0
Categoryhianime.to
Created
Updated
Size378 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 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("hianime.to") {
#header {
position: fixed !important;
inset: 0;
}
.deslide-wrap{
margin-top: 70px;
}
}