/*hashtag style by @slashine@slashine.onl and @flyover@pullopen.xyz*/
.mention.hashtag.status-link{
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;
}

  div.column
  {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
/*mastodon长图补丁 v2.1 by Shioko*/
  .image-loader
  {
    align-items: center;
  }

  .zoomable-image
  {
    display: flex;
    height: auto;
    max-height: 100%;
    width: auto;
    max-width: 80%;
    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: 500%;
  }