Browse Source

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

master
Irie Aoi 4 years ago
committed by GitHub
parent
commit
c5c8f68031
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions
  1. +7
    -0
      app/javascript/styles/mastodon/components.scss

+ 7
- 0
app/javascript/styles/mastodon/components.scss View File

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

Loading…
Cancel
Save