.drawer__inner__mastodon {
  flex: content;
  & img {
    margin: auto;
  }
}

.announcements__mastodon {
  display:none;  
}

.announcements {
  width:100%;
}

@media (max-width: 889px) {
  .ui__header .ui__header__links {
    right: unset !important;
    inset-inline-end: unset !important
  }
}

.status__relative-time {
  min-width: 28px;
}

blockquote {
  overflow: hidden;
}

.status--is-quote {
  overflow: clip;
}

.icon-badge-wrapper {
  display: flex;
  align-items: center;
}

