Makes The Old Reader readable
The Old Reader slim header by gudvinr
Details
Authorgudvinr
LicenseNo License
Categorytheoldreader.com
Created
Updated
Size777 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 The Old Reader slim header
@version 20220525.14.34
@namespace userstyles.world/user/gudvinr
@description Makes The Old Reader readable
@author gudvinr
@license No License
==/UserStyle== */
@-moz-document domain("theoldreader.com") {
.container-fluid > .row > .col-md-3 {
display: none!important;
}
.container-fluid > .row > .col-md-9 ul.nav li.visible-lg-inline {
display: none!important;
}
div.col-md-9 {
width: 100%;
}
form.navbar-form {
margin-top: 0;
margin-bottom: 0;
}
.navbar-nav > li > a {
padding-top: 11px;
padding-bottom: 11px;
}
.navbar {
min-height: 40px;
}
div.main-container {
padding-top: 48px;
}
/* feed */
span.likes, a.btn-like {
display: none!important;
}
}