]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - app/Resources/static/themes/_global/share.scss
Fix mobile viewport on big iframe and video elements
[github/wallabag/wallabag.git] / app / Resources / static / themes / _global / share.scss
index 72e73a9a70428abcf638ca58cb7b9a2591895bc4..ac26a3505a7e95f0c2ec1594fe4ca90d13c95510 100644 (file)
@@ -221,6 +221,12 @@ ol li:last-child {
   padding-bottom: 0;
 }
 
+iframe,
+video {
+  max-width: 100%;
+  height: auto;
+}
+
 mark {
   padding: 0 0.2em;
 }