Last active
July 24, 2020 19:44
-
-
Save ericwbailey/384acd79091be0688cfc2ce4124bf1bf to your computer and use it in GitHub Desktop.
Stylus tweaks to fix Feedly's desktop web UI. #feedly #stylus
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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