Hianime sticky header

makes hianime header fixed at the top

  1. /* ==UserStyle==
  2. @name Hianime sticky header
  3. @namespace kj972
  4. @version 1.0.1
  5. @description makes hianime header fixed at the top
  6. @author Kunal Jaiswal
  7. @license CC-BY-SA-4.0
  8. @preprocessor uso
  9. ==/UserStyle== */
  10. @-moz-document domain("hianime.to") {
  11. #header {
  12. position: fixed !important;
  13. inset: 0;
  14. }
  15. #header + * {
  16. margin-top: 100px;
  17. }
  18. /* .deslide-wrap{
  19. margin-top: 70px;
  20. } */
  21. }