/* 表情补丁 */
.custom-emoji[alt^=':sys']:hover,
.status .emojione[alt^=':sys']:not(.custom-emoji):hover {
    max-width: 100px;
}
.custom-emoji:hover {
    opacity: 1;
    z-index: 9999;
    position: fixed;
    transition: all .5s ease-out;
    transform: translate(-50%,-50%);
    width: auto !important;
    height: auto !important;
    transform: none !important;
    max-width: 200px;
}
.public-account-bio .custom-emoji:hover,
.statuses-grid__item .custom-emoji:hover,
.public-account-header .custom-emoji:hover {
    position: absolute;
}
.activity-stream .status__content,
.statuses-grid__item .status__content {
    overflow: visible;
}
.emoji-mart-category .emoji-mart-emoji-custom img {
    width: 33px !important;
    height: 33px !important;
}
.emoji-mart-category .emoji-mart-emoji-custom img:hover {
    transform: scale(1.9);
}
.emoji-mart-category-label span {
    background: none !important;
}

/* shorter-image-preview */
.status .media-gallery {
    aspect-ratio: auto 3 / 2 !important;
}

/* variable width */
div.column {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

/* 注册提示 */
.user_invite_request_text:after,
label[for=user_invite_request_attributes_text]:after,
label[for=registration_user_invite_request_attributes_text]:after {
    content: '\A注册审核请回答下列问题：\A To complete your registration, please answer the following questions:\A\A① 为什么注册呜呜站？\A Why do you want to register on this instance?\A\A② 简答 ACGN 的含义？\A What does ACGN stand for?\A\A③ 同意呜呜的社区规则？\A Do you agree with the community rules of this instance?\A\A🌸 缺项或错误将被拒绝 ...\AIncomplete or nonsensical responses will result in rejection ...';
    white-space: pre;
}

