/* 検索窓の角を丸くする */
.search__input,
.status__content .status__content__spoiler-link {
   border-radius:25px;
}

/* 検索窓のレイアウトの修正 */
.search {
   margin-bottom: 10px;
}

/* 絵文字周りの修正 */
.reply-indicator__content .emojione, .status__content .emojione {
    width: auto;
}
.detailed-status .status__content .emojione {
    width: auto;
}

/* アイコンをベベルな八角形にする */
.account__avatar img {
    clip-path: polygon(20% 0%, 80% 0%, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0% 80%, 0% 20%);
}
/* アイコンをNFTな六角形にする */
/*
.account__avatar img {
    clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%)
}
*/

