Skip to content

Instantly share code, notes, and snippets.

@cheeaun
Created February 6, 2026 03:46
Show Gist options
  • Select an option

  • Save cheeaun/73611c321121d095a0cbe41dc5c62bb3 to your computer and use it in GitHub Desktop.

Select an option

Save cheeaun/73611c321121d095a0cbe41dc5c62bb3 to your computer and use it in GitHub Desktop.
2-col layout for Mastodon web. Modify domains as needed.
@-moz-document domain("mastodon.social"), domain("hachyderm.io") {
.columns-area__panels__pane--compositional {
display: none;
}
.columns-area__panels__main {
order: 2;
}
.columns-area__panels__pane--navigational .navigation-bar {
display: block !important;
}
.columns-area__panels__pane--navigational .navigation-panel__compose-button {
display: flex !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment