Skip to content

Instantly share code, notes, and snippets.

@jcreedcmu
Created August 16, 2018 17:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jcreedcmu/cc5ed17ef09c90c0473f8351bfcf5a78 to your computer and use it in GitHub Desktop.
Save jcreedcmu/cc5ed17ef09c90c0473f8351bfcf5a78 to your computer and use it in GitHub Desktop.
mastodon.css
@media (min-width: 1024px) {
.tabs-bar {display: flex; width: 785px; margin-left: calc(25% + 155px); z-index: 1;}
.columns-area {width: calc(50% + 300px); margin: -60px auto auto;}
.column {display: none;}
.column:last-child {display: flex; min-width: 800px; margin-top: 55px;}
}
a[data-preview-title-id="column.community"] {
display: none;
}
a[data-preview-title-id="column.public"] {
display: none;
}
.loading-bar, .column-header__wrapper, .column-back-button {
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment