.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;
}

a.status-link:not(.mention) {
  text-decoration: underline;
}

