Created
April 24, 2019 05:33
-
-
Save zachinglis/76f31d511bb1c2520706ce7bdd692921 to your computer and use it in GitHub Desktop.
Stylish: Twitter Sidebar Remover
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
[aria-label="Timeline: Your Home Timeline"] { | |
width: 500px; | |
} | |
[data-testid="sidebarColumn"] { | |
display: none; | |
position: absolute; | |
left: 0; | |
top: 0; | |
} | |
.r-1ye8kvj, [data-testid="primaryColumn"], [aria-label="Timeline: Your Home Timeline"] { | |
width: 100% !important; | |
max-width: 100% !important; | |
} | |
[aria-label="Timeline: Trending now"] { | |
display: none; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment