Utilise whitespace on reddit.com on desktop.
reddit.com - Widescreen mode by a-deo
Details
Authora-deo
LicenseNo License
Categoryreddit.com
Created
Updated
Size491 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 - Widescreen mode
@version 20240516.02.07
@namespace https://userstyles.world/user/dash
@description Utilise whitespace on reddit.com
@author dash
==/UserStyle== */
@-moz-document domain("reddit.com") {
.m\:w-\[1120px\] {
width: 96%;
}
.flex-grid--main-container-card.right-sidebar-m,
.flex-grid--main-container-card.right-sidebar-s,
.flex-grid--main-container-card.right-sidebar-xs {
max-width: 80rem;
}
}