mastodon.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
The original server operated by the Mastodon gGmbH non-profit

Administered by:

Server stats:

376K
active users

#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;
}

Lea de Groot

@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.