/* ----------------------------------------------
   全テーマと管理画面に適用
---------------------------------------------- */

/* 各種ボタンと検索窓の角を丸くする */
.button,
.landing-page__forms .button,
.public-layout .header .nav-button,
.reply-indicator__content .status__content__spoiler-link,
.search__input,
.status__content .status__content__spoiler-link,
.simple_form button,
.simple_form .button.negative {
   border-radius:25px;
}
/* クソデカ絵文字 */
.reply-indicator__content .emojione:only-child, .status__content .emojione:only-child {
    width: 60px;
    height: 60px;
    margin: -3px 0 0;
}

