Some tweaks to reddit old
reddit.com by obonobo
Details
Authorobonobo
LicenseNo License
Categoryuserstyles
Created
Updated
Size493 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.com
@version 20220403.02.00
@namespace userstyles.world/user/obonobo
@description Some tweaks to reddit old
@author obonobo
@license No License
==/UserStyle== */
@-moz-document domain("reddit.com") {
.side {
display: none;
}
div.content[role="main"] {
margin: 0 0.5em 0 0;
}
/* Certain subreddits have a */
.listing-page .sitetable div.thing {
margin-right: 0;
}
#siteTable {
margin-right: 5px !important;
}
}