/* Toot button */
.ui__header__links > .button[href="/publish"],
.compose-form__publish-button-wrapper > .button.button--block {
  font-size: 0 !important;
}

.ui__header__links > .button[href="/publish"]::after,
.compose-form__publish-button-wrapper > .button.button--block::after {
  content: "Toot !";
  text-transform: none;
  font-size: 15px;
  position: relative;
  bottom: -2px;
}

/* Fix messy "publicaciones y respuestas" when viewing profile in advanced interface 

.account__section-headline > a:nth-child(1) > span {
  font-size: 0 !important;
}
.account__section-headline > a:nth-child(1) > span::after {
  content: "Toots";
  font-size: 14px;
}

.account__section-headline > a:nth-child(2) > span {
  font-size: 0 !important;
}
.account__section-headline > a:nth-child(2) > span::after {
  content: "Toots y respuestas";
  font-size: 14px;
}
*/

