Amire80 has uploaded a new change for review.

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

Change subject: Make sure that images are aligned correctly on wide screens
......................................................................

Make sure that images are aligned correctly on wide screens

Add noflip for tlfet and tright

Bug: 69141
Change-Id: I7e0c62c0420d74946bbe858176e1b60055a7bd57
---
M less/tablet/common.less
1 file changed, 6 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/MobileFrontend 
refs/changes/19/151819/1

diff --git a/less/tablet/common.less b/less/tablet/common.less
index 57f0efa..58b2b94 100644
--- a/less/tablet/common.less
+++ b/less/tablet/common.less
@@ -55,14 +55,20 @@
                // e.g. [[File:Scholars mate 
animation.gif|frame|left|"[[Scholar's mate]]"]]
                .thumb {
                        &.tleft {
+                               /* @noflip */
                                float: left;
+                               /* @noflip */
                                clear: left;
+                               /* @noflip */
                                margin-right: 1.4em;
                        }
 
                        &.tright {
+                               /* @noflip */
                                float: right;
+                               /* @noflip */
                                clear: right;
+                               /* @noflip */
                                margin-left: 1.4em;
                        }
                }

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I7e0c62c0420d74946bbe858176e1b60055a7bd57
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/MobileFrontend
Gerrit-Branch: master
Gerrit-Owner: Amire80 <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to