.drawer__inner__mastodon>img {
width: 100% !important; // Logo in bottom left of advanced GUI
}

/* 
Custom 'Toot' Button
https://discord.com/channels/231908446830723072/275239394409971712/1042203536127172619 
*/
.compose-form__publish-button-wrapper button {
  color: rgba(255,255,255,0);
}

.compose-form__publish-button-wrapper button::before {
  content: "Toot! 🐘💨";
  position: absolute;
  top: 50%;
  left: 50%;
  color: rgba(255,255,255,1);
  transform: translate3d(-50%, -50%, 0);
}

