Updated media gallery for updated aspect ratios

This commit is contained in:
mgabdev 2019-08-23 00:01:50 -04:00
parent 5f366a013a
commit 9b1f13487f
1 changed files with 2 additions and 9 deletions

View File

@ -3580,13 +3580,6 @@ a.status-card.compact:hover {
position: relative;
border-radius: 4px;
overflow: hidden;
&.standalone {
.media-gallery__item-gifv-thumbnail {
transform: none;
top: 0;
}
}
}
.media-gallery__item-thumbnail {
@ -3636,10 +3629,10 @@ a.status-card.compact:hover {
height: 100%;
object-fit: cover;
position: relative;
top: 50%;
transform: translateY(-50%);
width: 100%;
z-index: 1;
transform: none;
top: 0;
}
.media-gallery__item-thumbnail-label {