2024 Reddit - Hide Sidebar on Homepage
2024 Reddit - Content Front And Center by rewqxecsvub
Details
Authorrewqxecsvub
LicenseNo License
Categoryhttps://www.reddit.com
Created
Updated
Size1.2 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name 2024 Reddit - Content Front And Center
@version 20241211.12.37
@namespace https://userstyles.world/user/rewqxecsvub
@description 2024 Reddit - Content Front And Center
@author rewqxecsvub
@license No License
==/UserStyle== */
@-moz-document url("https://www.reddit.com/"), url("https://www.reddit.com/r/funny/"), url("https://www.reddit.com/r/gaming/"), domain("reddit.com") {
.left-sidebar,
.right-sidebar {
display: none !important;
}
#main-content {
max-width: 1200px;
}
/* .media-lightbox-img {
height: 665px;
}
shreddit-aspect-ratio {
height: 125px;
} */
.subgrid-container {
left: 200px !important;
/* Left Margin for Laptop 1080p screen */
margin-left: 30px !important;
/* Left Margin for Desktop 1080p screen */
/* margin-left: 100px !important; */
}
reddit-header-large {
position: absolute !important;
}
}
@-moz-document url("https://www.reddit.com/"), url("https://www.reddit.com/r/funny/"), url("https://www.reddit.com/r/gaming/") {
/* .media-lightbox-img {
height: 665px;
} */
/* shreddit-aspect-ratio {
height: 125px;
} */
.max-h-\[100vw\] {
max-height: 200vw;
}
}