/* center and enlarge about titles ** mastodon.frl 2022-11-25 */
.prose h1 {
  font-size: 2em !important;
  text-align: center;
  margin: 0 !important;
}
.prose hr {
  margin: 1em;
}

/* improve transparent avatars ** mastodon.frl 2022-11-25 */
.account__header__bar .avatar .account__avatar {
  background: transparent;
  border: 2px solid rgba(255,255,255,0.2);
  margin-left: 2px;
}
.card__bar .avatar img {
  background: transparent;
}

/* long dashboard translations make a mess ** mastodon.frl 2022-12-05 */
.dashboard__quick-access span {
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
}

