Created
February 6, 2026 03:46
-
-
Save cheeaun/73611c321121d095a0cbe41dc5c62bb3 to your computer and use it in GitHub Desktop.
2-col layout for Mastodon web. Modify domains as needed.
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
| @-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