mirror of
https://github.com/lunaisnotaboy/mastodon.git
synced 2024-11-12 18:03:03 +00:00
Fix videos being cropped
This commit is contained in:
parent
c0275cdcb2
commit
a9ed9d3572
|
@ -298,7 +298,6 @@
|
||||||
max-width: 100vw;
|
max-width: 100vw;
|
||||||
max-height: 80vh;
|
max-height: 80vh;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
object-fit: cover;
|
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -736,7 +736,7 @@
|
||||||
|
|
||||||
.status__video-player-video {
|
.status__video-player-video {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
object-fit: cover;
|
object-fit: contain;
|
||||||
position: relative;
|
position: relative;
|
||||||
top: 50%;
|
top: 50%;
|
||||||
transform: translateY(-50%);
|
transform: translateY(-50%);
|
||||||
|
|
Loading…
Reference in a new issue