Some fixes for the new UI
www.reddit.com by matheusgarcez
Details
Authormatheusgarcez
LicenseNo License
Categoryreddit.com
Created
Updated
Size721 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 www.reddit.com
@version 20240410.13.28
@namespace https://userstyles.world/user/matheusgarcez
@description Some fixes for the new UI
@author matheusgarcez
@license No License
==/UserStyle== */
@-moz-document url-prefix("https://www.reddit.com/") {
main .bg-neutral-background {
background: #1b2429;
border: 1px solid #20353b;
}
main .bg-neutral-background:hover {
background: #121b1e;
border: 1px solid #2c444b;
}
shreddit-post {
padding: 10px 14px !important;
}
.border-b-neutral-border-weak {
border: none;
height: 2px;
}
main.l\:col-span-9 {
grid-column: span 12 / span 12;
}
div#left-sidebar-container {
border-right: 0;
}
}