Brion VIBBER has submitted this change and it was merged.

Change subject: Ensure mobile.stable.styles loads at top
......................................................................


Ensure mobile.stable.styles loads at top

Currently it seems to be loading at the bottom causing flashes
of unstyled content

Change-Id: I17140e0e85086b9caca3045fa1332d5fdadc9296
---
M MobileFrontend.php
1 file changed, 1 insertion(+), 0 deletions(-)

Approvals:
  Brion VIBBER: Verified; Looks good to me, approved
  jenkins-bot: Checked



diff --git a/MobileFrontend.php b/MobileFrontend.php
index d612f62..5813272 100644
--- a/MobileFrontend.php
+++ b/MobileFrontend.php
@@ -338,6 +338,7 @@
                'stylesheets/modules/mf-watchstar.css',
                'stylesheets/modules/mf-photo.css',
        ),
+       'position' => 'top',
        'mobileTargets' => array( 'stable', 'beta', 'alpha' ),
 );
 

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I17140e0e85086b9caca3045fa1332d5fdadc9296
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/MobileFrontend
Gerrit-Branch: master
Gerrit-Owner: Jdlrobson <[email protected]>
Gerrit-Reviewer: Brion VIBBER <[email protected]>
Gerrit-Reviewer: MaxSem <[email protected]>
Gerrit-Reviewer: awjrichards <[email protected]>
Gerrit-Reviewer: jenkins-bot

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

Reply via email to