Skip to content

Instantly share code, notes, and snippets.

@britto
Created November 1, 2011 01:02
Show Gist options
  • Save britto/1329563 to your computer and use it in GitHub Desktop.
Save britto/1329563 to your computer and use it in GitHub Desktop.
Google Reader Tweaks
#top-bar {
height: 40px;
}
#search {
padding: 5px 0;
}
#logo {
margin: -12px 0 0 44px;
}
#top-bar {
height: 40px;
}
#lhn-add-subscription-section {
height: 40px;
}
#lhn-add-subscription {
margin-top: -15px;
}
#viewer-header {
height: 40px;
}
#viewer-top-controls-container {
margin-top: -14px;
}
#entries {
padding-right: 0;
}
#entries.list .entry .collapsed {
padding: 0;
}
#entries.list .collapsed .entry-icons {
top: 2px;
}
#entries.list .collapsed .entry-main .entry-source-title {
top: 2px;
}
#entries.list .collapsed .entry-secondary {
top: 2px;
}
#entries.list .collapsed .entry-main .entry-original {
top: 5px;
}
.lhn-section-primary {
line-height: 25px;
}
#reading-list-unread-count {
line-height: 16px;
}
#recommendations-tree .lhn-section-primary {
height: 30px;
}
.scroll-tree li {
margin: 0;
}
.section-minimize {
top: 4px;
}
// ==UserScript==
// @name Compact Reader
// @description Tweaks for the new Google Reader layout
// @include https://www.google.com/reader/*
// @resource css https://raw.github.com/gist/1329563/compact-reader.css
// ==/UserScript==
GM_addStyle(GM_getResourceText("css"));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment