.ui__header .account__avatar {
  display: none;
}

body.theme-mastodon-light {
  background: #fff;
}

.theme-default .status-card__image {
  width: 96px;
}

.theme-default .status-card__content {
  padding: 10px;
}

.theme-mastodon-light .account__header__fields {
  background: #fff;
  border: 1px solid #ccd7e0;
}

.theme-mastodon-light .search__input {
  background: #fff;
}

.theme-mastodon-light .account__section-headline {
  background: #fff;
}

.theme-mastodon-light .ui__header {
  background: #fff;
}

.theme-mastodon-light .navigation-panel {
  background: #fff;
}

/* 「画像からテキストを追加」を隠す */
.input__toolbar > .link-button {
  visibility: hidden;
}

/* Misskey 引用の余分な空行を除去 */
/*
.status--has-quote br + br {
  display: none;
}
*/


