/*emoji enlarge written by bgme*/
.reply-indicator__content .emojione, 
.status__content .emojione {
	width: 30px !important;
	height: 30px !important;
}

.emoji-mart-category .emoji-mart-emoji:hover span {
	width: 30px !important;
	height: 30px !important;
}

.emoji-mart-category .emoji-mart-emoji:hover {
	margin: 0 -12px;
}



/*mastodon长图补丁 v2.1 by Shioko*/
.image-loader {
	align-items:center;
}
.zoomable-image {
	display: flex;
    height:auto;
	max-height: 100%;
    width: auto;
    max-width: 98%;
	overflow: auto !important;
	align-items:center;
}
.zoomable-image:hover {
	align-items: flex-start;
}

.zoomable-image img {
	max-height: 100%;
    max-width:100%;
}
.zoomable-image img:hover {
	max-height: 2000%;
    max-width:100%;
}


/*variable width*/
div.column {
 -webkit-box-flex:1;
 -ms-flex-positive:1;
 flex-grow:1
}


/*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;
}

 <script>



