and i mean a LOT less space.
make npr website take up less space by coolslutguy420_2nd-ressurection
Details
Authorcoolslutguy420_2nd-ressurection
LicenseNo License
CategoryNPR
Created
Updated
Size544 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 make npr website take up less space
@namespace github.com/openstyles/stylus
@version 1.0.0
@description and i mean a LOT less space
@author Me
==/UserStyle== */
@-moz-document domain("npr.org") {
html {
width: 80%;
}
body {
width: 80%;
}
.multimedia .contentheader.contentheader--one {
width: 80%;
}
.branding {
width: 100%;
}
nav {
width: 80%;
}
section {
width: 80%;
}
.player-wrap-inner {
width: 0%;
}
section#npr-player {
position: fixed;
}
}