A new userstyle
betterstacks.com by m1n-4d316e
Details
Authorm1n-4d316e
LicenseNo License
Categorybetterstacks.com
Created
Updated
Code size611 B
Code checksum3319965e
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name betterstacks.com
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("betterstacks.com") {
.group\/right-sidebar.peer.hidden.text-sidebar-foreground.md\:block {
display: none;
}
.fixed.bottom-4.z-50.w-fit.gap-1.rounded-md.border.bg-background.p-1.shadow-md {
display: none;
}
.fixed.w-full.h-20.bottom-0.bg-gradient-to-t.from-white\/80.via-white\/60.dark\:from-black.dark\:via-black\/80.to-transparent {
display: none;
}
}