Set max-width and max-height to gif video (#13533)

This commit is contained in:
Irie Aoi 2020-04-23 22:49:33 +09:00 committed by GitHub
parent 80182eda62
commit c5c8f68031
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5575,6 +5575,13 @@ a.status-card.compact:hover {
} }
} }
.gifv {
video {
max-width: 100vw;
max-height: 80vh;
}
}
.directory { .directory {
&__list { &__list {
width: 100%; width: 100%;