Created
December 14, 2020 17:25
-
-
Save shauninman/197e691e6913d6cda7a0c09ee9b49a40 to your computer and use it in GitHub Desktop.
Revisions
-
shauninman created this gist
Dec 14, 2020 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,3 @@ /* bye-bye brands */ div[aria-label~="Timeline"] div[role="group"]+div{background-color:white;position:absolute !important;top:-24px !important;left:-64px !important;margin-top:0 !important;width:calc(100% + 64px);height:calc(100% + 24px);} div[aria-label~="Timeline"] div[role="group"]+div *{display:none !important;}