This website isn't supposed to be wide,so it has issues.
Pixel Cats End - Wide Layout by werewire
Details
Authorwerewire
LicenseCC0 - Public Domain
Categorypixelcatsend.com
Created
Updated
Size688 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 Pixel Cats End - Wide Layout
@namespace github.com/openstyles/stylus
@version 1.0.2
@description This website isn't supposed to be wide,so it has issues.
@author Werewire
==/UserStyle== */
@-moz-document domain("pixelcatsend.com") {
#sitecontent {
max-width: 100%;
position: relative;
background-color: var(--main-color);
}
#topnav {
min-width: none !important;
max-width: none !important;
}
.formlike-content-area {
max-width: 90%;
width: 100%;
}
.forumwide-content-area {
max-width: 90%;
width: 100%;
}
.scenario-card {
max-width: 90%;
}
.editable-forum-contents {
max-width: 100%;
}
}