about summary refs log tree commit diff
path: root/app/javascript/styles
diff options
context:
space:
mode:
authorThibG <thib@sitedethib.com>2020-04-25 17:50:22 +0200
committerGitHub <noreply@github.com>2020-04-25 17:50:22 +0200
commit9c61dadc0db7009853c6b2345a02c3b219022929 (patch)
tree1a79819019d47e81085941b7698e480bad79ed67 /app/javascript/styles
parent60f8a63a76f7c866b5338c33a8b897ba022368ca (diff)
parent9d41a410a38549f9d07e550b8cda7460b423cb6b (diff)
Merge pull request #1321 from ThibG/glitch-soc/merge-upstream
Merge upstream changes
Diffstat (limited to 'app/javascript/styles')
-rw-r--r--app/javascript/styles/mastodon/components.scss7
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%;