.public-layout .e-content{
display:block !important;
}

.public-layout .status__content p{
margin-bottom:20px !important;
}

@keyframes rotating {
  from {

    transform: rotate(0deg);
transform-origin: center;
  }
  to {
    
    transform: rotate(360deg);
transform-origin: center;
  }
}


.drawer__inner__mastodon img{


transform-origin: center;
}

.compose-form__publish-button-wrapper button {
  position: relative;
  color: rgba(0,0,0,0);
}
.compose-form__publish-button-wrapper button::after {
  content: "Pet !";
  position: absolute;
  color: #fff;
  left: 0;
  right: 0;
}


