]> git.mxchange.org Git - friendica.git/commitdiff
small fix to embed iframes on mobile
authorFabrixxm <fabrix.xm@gmail.com>
Mon, 2 May 2016 12:17:55 +0000 (14:17 +0200)
committerFabrixxm <fabrix.xm@gmail.com>
Mon, 2 May 2016 12:17:55 +0000 (14:17 +0200)
view/theme/vier/mobile.css

index a1ed516eb744aad6a69300b9b2ba2cead923870a..d90f391688be537b6b31cec5cc8c0a8d2ea267b1 100644 (file)
@@ -103,6 +103,10 @@ nav ul {
   .children .wall-item-container .wall-item-item .wall-item-content img {
     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 {
     max-width: 100%;
   }