makes hianime header fixed at the top
/* ==UserStyle==
@name Hianime sticky header
@namespace kj972
@version 1.0.1
@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;
}
#header + * {
margin-top: 100px;
}
/* .deslide-wrap{
margin-top: 70px;
} */
}