Mholloway has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/212296

Change subject: Updates to image width patch
......................................................................

Updates to image width patch

Change-Id: Id7277948bde8d8065baaab4eacd711b5479df29f
---
M styles/galleries-android.less
M styles/thumbnails-android.less
2 files changed, 9 insertions(+), 5 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/MobileApp 
refs/changes/96/212296/1

diff --git a/styles/galleries-android.less b/styles/galleries-android.less
index 17dbe21..d442296 100644
--- a/styles/galleries-android.less
+++ b/styles/galleries-android.less
@@ -1,3 +1,12 @@
+.gallery {
+       .gallerybox {
+               width: 100% !important;
+               div {
+                       width: 100% !important;
+               }
+       }
+}
+
 ul.gallery {
        max-width: 100% !important;
 
diff --git a/styles/thumbnails-android.less b/styles/thumbnails-android.less
index 1c49693..e795132 100644
--- a/styles/thumbnails-android.less
+++ b/styles/thumbnails-android.less
@@ -12,11 +12,6 @@
                        // !important is needed because of Bug T87198 for 
example
                        max-width: 100% !important;
 
-                       >div {
-                               float: inherit !important;
-                               clear: none !important;
-                       }
-
                        .tsingle {
                                margin: 0 auto;
                                width: auto !important;

-- 
To view, visit https://gerrit.wikimedia.org/r/212296
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Id7277948bde8d8065baaab4eacd711b5479df29f
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/MobileApp
Gerrit-Branch: master
Gerrit-Owner: Mholloway <mhollo...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to