Skip to content

Instantly share code, notes, and snippets.

@ericwbailey
Last active July 24, 2020 19:44
Show Gist options
  • Save ericwbailey/384acd79091be0688cfc2ce4124bf1bf to your computer and use it in GitHub Desktop.
Save ericwbailey/384acd79091be0688cfc2ce4124bf1bf to your computer and use it in GitHub Desktop.
Stylus tweaks to fix Feedly's desktop web UI. #feedly #stylus
.LeftnavList {
width: 220px;
}
.LeftnavListRow__text {
width: 100px;
}
.feedlyChrome--leftnav-open .LeftnavPin {
left: 284px;
}
.feedlyChrome--leftnav-open #feedlyFrame {
margin-left: 294px;
}
.feedlyChrome--leftnav-open .fixed-bar {
left: 324px;
}
.fx button.primary.pro {
display: none;
}
.tertiary.button-icon-only[title="Create Team Newsletter"],
.tertiary.button-icon-only[title="Share with teammates"]{
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment