Skip to content

Instantly share code, notes, and snippets.

@viralhysteria
Last active July 22, 2023 14:05
Show Gist options
  • Save viralhysteria/2667a6b6496bc2f7f5a362b1d4ccda0e to your computer and use it in GitHub Desktop.
Save viralhysteria/2667a6b6496bc2f7f5a362b1d4ccda0e to your computer and use it in GitHub Desktop.
Compact Twitter (Widescreen)
@-moz-document url-prefix("https://twitter.com/") {
@media (min-width: 1280px) {
[aria-label="Twitter"],
[aria-label="Home"],
[aria-label="Home (New unread Tweets)"],
[aria-label="Search and explore"],
[aria-label="Notifications"],
[aria-label="Bookmarks"],
[aria-label="Profile"],
[aria-label="More menu items"] {
position: relative;
left: 210px;
text-indent: -9999px;
}
/* left sidebar*/
.r-1rnoaur {
overflow: hidden;
}
.css-1dbjc4n.r-1loqt21.r-136ojw6, /* feed header */
/* tweet footer */
.r-168457u, /* header tab underline */
.r-iphfwy, /* ??? */
.r-e7q0ms, /* tweet button */
.r-1h8ys4a/* tweet box */
{
display: none;
}
[aria-live="polite"] {
padding-top: 5px;
}
/* tweet body */
.r-y8nl5v {
padding: 5px 20px 10px 15px;
}
/* tweet footer */
.r-1mdbhws {
max-width: 100%;
}
.r-1t982j2 {
padding-bottom: 0;
}
/* brave tip icon */
.ProfileTweet-action.js-tooltip.action-brave-tip {
display: none!important;
}
[aria-label="Verified account"] > g {
margin: 0;
width: 30%;
}
/* Account menu */
header > div > div > div > div:nth-child(2) {
position: relative;
left: 200px;
}
.r-13x4u8y {
width: 22%;
}
svg.r-18jsvk2.r-4qtqp9.r-yyyyoo.r-1xvli5t.r-dnmrzs.r-bnwqim.r-1plcrui.r-lrvibr {
display: none;
}
/* DM tab */
.r-173mn98 {
position: relative;
left: 500px;
}
}
[aria-label="Direct Messages"],
[aria-label="Lists"],
[aria-label="Communities"],
[aria-label="Verified"],
[data-testid="sidebarColumn"],
[aria-label="Account menu"] > div:nth-of-type(3) {
display: none;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment