-
-
Save hyuki/deee9c51591e65600f4276516066396a to your computer and use it in GitHub Desktop.
Mastodonの投稿画面を単純にするCSS(Stylus用)
This file contains 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
/* | |
* For Mastodon v4.1.5 | |
* URL should be https://mastodon.example/publish | |
*/ | |
.columns-area__panels__pane--navigational { | |
visibility: hidden; | |
} | |
.columns-area__panels__pane--compositional { | |
visibility: hidden; | |
} | |
.autosuggest-textarea__textarea { | |
background-color: #f3f1ed !important; | |
} | |
img.emojione { | |
display:none; | |
} | |
.navigation-bar__profile-edit { | |
display:none; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
BEFORE
AFTER