Makes SpaceHey wider for those with screens that aren't from 2005.
SpaceHey Wide by sgtbreadstick

Details
Authorsgtbreadstick
LicenseNo License
Categoryspacehey
Created
Updated
Code size436 B
Code checksum583328d4
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name SpaceHey Wide
@version 20211124.02.13
@namespace userstyles.world/user/sgtbreadstick
@description Makes SpaceHey wider for those with screens that aren't from 2005.
@author sgtbreadstick
@license No License
==/UserStyle== */
@-moz-document domain("spacehey.com") {
div.container {
max-width: 100%;
width: 70%;
}
div.simple-container {
max-width: 100%;
width: 60%;
}
}