Skip to content

Leviathan-Myth - Fixed Sidebar by werewire

Details

Authorwerewire

LicenseCC-BY-NC-4.0

Categoryleviathan-myth.com

Created

Updated

Code size369 B

Code checksum23916c2d

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Makes the sidebar fixed (not tested on mobile)

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Leviathan-Myth - Fixed Sidebar
@namespace      github.com/openstyles/stylus
@version        1.0.1
@description    Makes the sidebar fixed (not tested on mobile)
@author         Werewire
==/UserStyle== */

@-moz-document domain("leviathan-myth.com") {
    .sidebar {
  position: fixed;
  left: 45px;
  top: 170px;
  Background: #0000
}
}

Reviews

No reviews yet.