X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=app%2FResources%2Fstatic%2Fthemes%2F_global%2Fshare.scss;h=ac26a3505a7e95f0c2ec1594fe4ca90d13c95510;hb=6cf7f21dcbad330574f2c3212ad3dd036bc1fe6f;hp=72e73a9a70428abcf638ca58cb7b9a2591895bc4;hpb=e586d65b64089fc1cc230a18c470aae3f45f91a6;p=github%2Fwallabag%2Fwallabag.git diff --git a/app/Resources/static/themes/_global/share.scss b/app/Resources/static/themes/_global/share.scss index 72e73a9a..ac26a350 100644 --- a/app/Resources/static/themes/_global/share.scss +++ b/app/Resources/static/themes/_global/share.scss @@ -221,6 +221,12 @@ ol li:last-child { padding-bottom: 0; } +iframe, +video { + max-width: 100%; + height: auto; +} + mark { padding: 0 0.2em; }