small fix to embed iframes on mobile
This commit is contained in:
parent
3d3cde2aed
commit
9a6cfcfd88
|
@ -103,6 +103,10 @@ nav ul {
|
||||||
.children .wall-item-container .wall-item-item .wall-item-content img {
|
.children .wall-item-container .wall-item-item .wall-item-content img {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
|
iframe.embed_rich { width: 100% !important }
|
||||||
|
/* TODO: check if this is needed.
|
||||||
|
* oembedded iframe usually have "width" and "height" as attributes
|
||||||
|
* that override this rule */
|
||||||
iframe {
|
iframe {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue