<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">p .emojione[alt^=":stamp_"]
 {
    width: 48px;
    height: 48px;
    vertical-align: bottom;
}

.notification__message {
  padding: 10px 10px 0;
}

.status {
  padding: 12px;
}

.status__action-bar {
  margin-top: 12px;
}

.status__prepend {
  padding: 10px 10px 0;
}

.status__content a {
  color: #2b90d9;
}

.status__content a.unhandled-link {
  color: #2b90d9;
}

.status__content p {
  line-height: 20px;
}

.detailed-status .status__content p {
  font-size: 15px;
}

.status .media-gallery,.status .video-player {
  max-height: 320px;
}

.status &gt; div {
    aspect-ratio: inherit !important;
}

@media screen and (max-width: 889px) {
  .status .media-gallery,
  .status .video-player {
    max-height: 110vw;
  }
}

.is-composing .column {
  width: 350px !important;
}

.spoiler-input__border {
  display: none;
}




</pre></body></html>