/*emoji enlarge written by bgme*/
/* Custom extended information */
.emoji_source > li > img {
	width: 50px;
	height: 50px;
}

/* emoji */
.reply-indicator__content .emojione, 
.status__content .emojione {
	width: 50px !important;
	height: 50px !important;
}

/* emoji selector */

.emoji-mart-category .emoji-mart-emoji:hover span,
.emoji-mart-category .emoji-mart-emoji-custom:hover img {
	width: 45px !important;
	height: 45px !important;
}

.emoji-mart-category .emoji-mart-emoji:hover {
	margin: 0 -12px;
}





/* emoji selector */

.emoji-mart-category .emoji-mart-emoji:hover span,
.emoji-mart-category .emoji-mart-emoji-custom:hover img {
	width: 45px !important;
	height: 45px !important;
}

.emoji-mart-category .emoji-mart-emoji:hover {
	margin: 0 -12px;
}





/*variable width*/
div.column {
 -webkit-box-flex:1;
 -ms-flex-positive:1;
 flex-grow:1
}

.scrollable.scrollable--flex {
    scrollbar-width: thin;
}


/*hashtag style by slashine 071320*/
.mention.hashtag{
background-color: #93AEFD36;
padding: 0px 5px;
text-align: center;
text-decoration: none;
display: inline-block;
border-style: dashed;
border-color: #93AEFD;
border-width: 0.5px;
border-radius: 5px;
margin-top: 2px;
margin-bottom: 2px;
}


/* 注册提示 */
label[for=registration_user_invite_request_attributes_text]:after {
  content: '请在下方填写本站banner里的银英人物名。';
  color:#F0F8FF;
}



/*mastodon长图补丁 v2.1 by Shioko*/
.image-loader {
    align-items: center;
}
.zoomable-image {
    display: flex;
    max-height: 100%;
    max-width: 98%;
    overflow: auto !important;
}

.zoomable-image img {
	max-height: 100%;
    max-width:100%;
}

