Skip to content

Instantly share code, notes, and snippets.

@hail2u
Last active August 29, 2015 13:56
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save hail2u/9154819 to your computer and use it in GitHub Desktop.
Save hail2u/9154819 to your computer and use it in GitHub Desktop.
Feedly v18.0 sucks.
/* Feedly */
#feedlyCenter * {
font-family: "Segoe UI", sans-serif !important;
}
#feedlyCenter code,
#feedlyCenter pre {
font-family: "Consolas", monospace !important;
}
#feedlyCenter .entryBody {
font-size: 16px !important;
}
#feedlyCenter .content video {
max-width: 100%;
}
#feedlyCenter #feedlyPage {
width: 856px !important;
}
#feedlyCenter .column {
width: 274px !important;
}
#feedlyCenter .u5Entry {
width: 272px !important;
}
#feedlyCenter .u5Entry .visual {
width: 100% !important;
}
#feedlyCenter .u5Entry.textOnly > div > div:nth-child(2) {
height: 266px !important;
}
#feedlyCenter .u5Entry.textOnly .title {
margin: -10px -10px 10px -10px !important;
height: 151px !important;
}
#feedlyCenter #sideArea {
display: none !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment