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

lolsob-rspec
Irie Aoi 2020-04-23 22:49:33 +09:00 committed by GitHub
parent 69696c62b1
commit cf1bf9dda9
1 changed files with 7 additions and 0 deletions

View File

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