I do not like the "publish" button.
I do not like the "publish" button.
.ui__header__links [href="/publish"] span {
display:none;
}
.compose-form__publish-button-wrapper .button {
display: flex;
font-size: 0;
}
.compose-form__publish-button-wrapper .button::after,
.ui__header__links [href="/publish"]::after {
content: ' Toot!';
font-size: 1rem;
display: block;
}
Place at instance.domain/admin/settings/appearance.
Changelog:
- added support for the top bar button
Gist: https://gist.github.com/ZoeBijl/581fb6f5575b2ef5b5a5b19906adffaf
Custom CSS to go from "Publish" to "Toot!":
.ui__header__links [href="/publish"] span {
display:none;
}
.compose-form__publish-button-wrapper .button {
display: flex;
font-size: 0;
}
.compose-form__publish-button-wrapper .button::after,
.ui__header__links [href="/publish"]::after {
content: ' Toot!';
font-size: 1rem;
display: block;
}
Place at instance.domain/admin/settings/appearance.
Changelog:
- added support for the top bar button
Gist: https://gist.github.com/ZoeBijl/581fb6f5575b2ef5b5a5b19906adffaf
Thanks to Zoรซ
@moiety
my Toot!-button is back with custom CSS:
Zoรซ's CSS: https://queer.garden/@moiety/109350375937773564
->
Here's the same with slightly more "customized" (couldn't resist) /*hover on green:
.compose-form__publish-button-wrapper .button {
display: flex;
font-size: 0;
}
.compose-form__publish-button-wrapper .button:after {
content: 'Toot!';
font-size: 1rem;
display: block;
}
.compose-form__publish-button-wrapper .button:hover {
background-color: green;
}
Custom CSS to go from "Publish" to "Toot!": .compose-form__publish-button-wrapper .button { display: flex; font-size: 0; } .compose-form__publish-button-wrapper .button::after { content: ' Toot!'; font-size: 1rem; display: block; } Place at instance.domain/admin/settings/appearance. #BringBackToot
Don't Mess With My Toot Toot!
- Rockin' Sidney #BringBackToot