Skip to content

Instantly share code, notes, and snippets.

@hyuki
Last active July 30, 2023 08:42
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 hyuki/deee9c51591e65600f4276516066396a to your computer and use it in GitHub Desktop.
Save hyuki/deee9c51591e65600f4276516066396a to your computer and use it in GitHub Desktop.
Mastodonの投稿画面を単純にするCSS(Stylus用)
/*
* 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;
}
@hyuki
Copy link
Author

hyuki commented Jul 30, 2023

BEFORE

image

AFTER

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment