/*==========
カスタム
==========*/
/*RNカウント非表示*/
.ph-rocket-launch + .SkNote-footerButtonCount-fOJu,
.ph-rocket-launch + .SkNoteDetailed-noteFooterButtonCount-uyUx,
.ph-rocket-launch + .MkNote-footerButtonCount-t1qp {
display: none!important;
}
/*リアクションカウント非表示*/
.MkReactionsViewer-reaction-count-DpSv {
display: none;
}
/*自分が付けたリアクション以外を非表示*/
.MkReactionsViewer-reaction-root-DRXD:not(.MkReactionsViewer-reaction-reacted-9Z4v) {
display: none;
}
/*==========
Sharkey v2024.3.2補完
==========*/
/*ノートへのアクションボタンをなるべくオーバーフローさせない(伴ってUIが変わる)*/
.SkNote-footerButton-CAEP:not(:last-child),
.SkNoteDetailed-noteFooterButton-rCrx:not(:last-child),
.SkNoteSub-noteFooterButton-xDbS:not(:last-child) {
margin-right: auto!important;
}
.SkNote-footer-gqd7,
.SkNoteDetailed-footer-1Abp,
.SkNoteSub-footer-8Mdq {
overflow-x: auto;
}