Makes the sidebar fixed (not tested on mobile)
Leviathan-Myth - Fixed Sidebar by werewire
Details
Authorwerewire
LicenseCC-BY-NC-4.0
Categoryleviathan-myth.com
Created
Updated
Size369 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 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
}
}