aboutsummaryrefslogtreecommitdiffhomepage
path: root/app
diff options
context:
space:
mode:
authorSimounet <contact@simounet.net>2018-06-28 20:39:41 +0200
committerSimounet <contact@simounet.net>2018-06-28 15:22:51 +0200
commit6cf7f21dcbad330574f2c3212ad3dd036bc1fe6f (patch)
tree0ed6c6fc1c74b6856dbdeae8f677a9f211ca5f2b /app
parente586d65b64089fc1cc230a18c470aae3f45f91a6 (diff)
downloadwallabag-6cf7f21dcbad330574f2c3212ad3dd036bc1fe6f.tar.gz
wallabag-6cf7f21dcbad330574f2c3212ad3dd036bc1fe6f.tar.zst
wallabag-6cf7f21dcbad330574f2c3212ad3dd036bc1fe6f.zip
Fix mobile viewport on big iframe and video elements
Diffstat (limited to 'app')
-rw-r--r--app/Resources/static/themes/_global/share.scss6
1 files changed, 6 insertions, 0 deletions
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 {
221 padding-bottom: 0; 221 padding-bottom: 0;
222} 222}
223 223
224iframe,
225video {
226 max-width: 100%;
227 height: auto;
228}
229
224mark { 230mark {
225 padding: 0 0.2em; 231 padding: 0 0.2em;
226} 232}