Extra modifications for reddit.com
reddit-extra by obonobo
Details
Authorobonobo
LicenseNo License
Categoryreddit
Created
Updated
Size617 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 reddit-extra
@version 20220403.02.00
@namespace userstyles.world/user/obonobo
@description Extra modifications for reddit.com
@author obonobo
@license No License
==/UserStyle== */
@-moz-document domain("reddit.com") {
/*
* Tidy up comments
*/
/* Removes the button bar below each comment */
.flat-list.buttons {
display: none !important;
}
/* Tightens up space underneath comment where we removed the button bar */
.entry > form {
/* margin-bottom: 0px !important; */
}
.entry {
margin-top: -1px !important;
margin-bottom: -5px !important;
}
}