diff options
author | Thibaut Girka <thib@sitedethib.com> | 2020-04-25 15:19:32 +0200 |
---|---|---|
committer | Thibaut Girka <thib@sitedethib.com> | 2020-04-25 15:19:32 +0200 |
commit | 8b2823b7b6e5120ef8830db49e1e19927867ce14 (patch) | |
tree | 0e94a8cca8257fe9c60d5548d03ff915b6fa6729 /app/javascript/styles | |
parent | 60f8a63a76f7c866b5338c33a8b897ba022368ca (diff) | |
parent | be637146f310d7ec3a49d01e850959514e9e4964 (diff) |
Merge branch 'master' into glitch-soc/merge-upstream
Diffstat (limited to 'app/javascript/styles')
-rw-r--r-- | app/javascript/styles/mastodon/components.scss | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/app/javascript/styles/mastodon/components.scss b/app/javascript/styles/mastodon/components.scss index dd82b0824..c7835b878 100644 --- a/app/javascript/styles/mastodon/components.scss +++ b/app/javascript/styles/mastodon/components.scss @@ -5575,6 +5575,13 @@ a.status-card.compact:hover { } } +.gifv { + video { + max-width: 100vw; + max-height: 80vh; + } +} + .directory { &__list { width: 100%; |