Widens the layout, best used on desktop.
Chicken Smoothie - Wide Layout by werewire
Details
Authorwerewire
LicenseCC0 - Public Domain
Categorychickensmoothie.com
Created
Updated
Size349 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 Chicken Smoothie - Wide Layout
@namespace github.com/openstyles/stylus
@version 1.0.1
@description Widens the layout, best used on desktop.
@author Me
==/UserStyle== */
@-moz-document domain("chickensmoothie.com") {
#wrap, .newsitem .date, body.cs p, .width_limit {
max-width: 100%;
}
}