Jdlrobson has uploaded a new change for review.

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

Change subject: Toast should be border-box to be centered correctly
......................................................................

Toast should be border-box to be centered correctly

Follow up to If5fe280e8d4424893cfaee9b1033fa77857287a2
Bug: T108642

Change-Id: I99deb234dc64e92435ab36accb66fc5a92ada063
---
M resources/mobile.toast/toast.js
1 file changed, 1 insertion(+), 1 deletion(-)


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

diff --git a/resources/mobile.toast/toast.js b/resources/mobile.toast/toast.js
index 5f5fb89..6661f82 100644
--- a/resources/mobile.toast/toast.js
+++ b/resources/mobile.toast/toast.js
@@ -10,7 +10,7 @@
         * @extends Drawer
         */
        Toast = Drawer.extend( {
-               className: 'toast position-fixed',
+               className: 'toast position-fixed view-border-box',
                minHideDelay: 1000,
                /**
                 * @inheritdoc

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

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

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

Reply via email to