/* 长图补丁 */
.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%;
}

/* 让高级Web模式铺满整个页面 */
div.column {
   -webkit-box-flex:1;
   -ms-flex-positive:1;
   flex-grow:1
}

/* Tag高亮显示（蓝色 */
.mention.hashtag{
    background-color: #93AEFD36;
    padding: 0px 4px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border-style: dashed;
    border-color: #93AEFD;
    border-width: 0.5px;
    border-radius: 2px;
    margin-top: 2px;
    margin-bottom: 2px;
}

/* 媒体文件 */
/*
.drawer__inner__mastodon {
    display: none;
}
*/

/* 修复头像和横幅之间有空隙的问题 */
/*
.account__header__bar .avatar .account__avatar {
    border: none;
}
*/

