.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;
}

.content-warning span {
        visibility: hidden;
}

.content-warning span:after {
    content: 'Toggle Content Warning';
    visibility: visible;
    display: block;
    position: absolute;
    margin-top: -24px;
}

.content-warning:not(.content-warning--filter)::before,
.content-warning:not(.content-warning--filter)::after,
.compose-form .spoiler-input__border {
    background: 0,0,0,0;
}

