#mastoAdmin Do you miss the Toot button - put it back like this.
Put something like this in your Custom CSS.
Full credit to @Leadegroot
.compose-form__publish-button-wrapper button {
visibility: hidden;
}
.compose-form__publish-button-wrapper button:after {
visibility: visible;
content: 'Toot!';
display: block;
width: 100%;
padding: 8px;
border-radius: 3px;
background-color: #667547;
}
@david well, full credit to stackoverflow really ;) - but I knew what to search for!! ;)
@Leadegroot @david There's also a Publish / Perish onmouseover variant for science oriented Mastodon servers.