diff options
author | Simounet <contact@simounet.net> | 2018-06-28 20:39:41 +0200 |
---|---|---|
committer | Simounet <contact@simounet.net> | 2018-06-28 15:22:51 +0200 |
commit | 6cf7f21dcbad330574f2c3212ad3dd036bc1fe6f (patch) | |
tree | 0ed6c6fc1c74b6856dbdeae8f677a9f211ca5f2b /app/Resources | |
parent | e586d65b64089fc1cc230a18c470aae3f45f91a6 (diff) | |
download | wallabag-6cf7f21dcbad330574f2c3212ad3dd036bc1fe6f.tar.gz wallabag-6cf7f21dcbad330574f2c3212ad3dd036bc1fe6f.tar.zst wallabag-6cf7f21dcbad330574f2c3212ad3dd036bc1fe6f.zip |
Fix mobile viewport on big iframe and video elements
Diffstat (limited to 'app/Resources')
-rw-r--r-- | app/Resources/static/themes/_global/share.scss | 6 |
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 | ||
224 | iframe, | ||
225 | video { | ||
226 | max-width: 100%; | ||
227 | height: auto; | ||
228 | } | ||
229 | |||
224 | mark { | 230 | mark { |
225 | padding: 0 0.2em; | 231 | padding: 0 0.2em; |
226 | } | 232 | } |