1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-09-15 18:57:05 +00:00

Fix mobile viewport on big iframe and video elements

This commit is contained in:
Simounet 2018-06-28 20:39:41 +02:00
parent e586d65b64
commit 6cf7f21dcb
2 changed files with 7 additions and 1 deletions

View file

@ -221,6 +221,12 @@ ol li:last-child {
padding-bottom: 0;
}
iframe,
video {
max-width: 100%;
height: auto;
}
mark {
padding: 0 0.2em;
}