jenkins-bot has submitted this change and it was merged.

Change subject: Fix jumping bottom bar in editor on Android
......................................................................


Fix jumping bottom bar in editor on Android

Bug: 51067
Change-Id: I184850955a68e73dac93905eff3c02a43a3b79d2
---
M less/modules/editor.less
M stylesheets/modules/editor.css
2 files changed, 2 insertions(+), 2 deletions(-)

Approvals:
  Jdlrobson: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/less/modules/editor.less b/less/modules/editor.less
index a3132b6..0b9c977 100644
--- a/less/modules/editor.less
+++ b/less/modules/editor.less
@@ -85,7 +85,7 @@
 http://www.zingdesign.com/responsive-website-design-cheatsheet1/
 */
 @media (max-height: 355px) {
-       .editor-overlay .buttonBar {
+       .editor-overlay .initial-bar {
                position: static;
        }
 }
diff --git a/stylesheets/modules/editor.css b/stylesheets/modules/editor.css
index c28bb9c..14e54d7 100644
--- a/stylesheets/modules/editor.css
+++ b/stylesheets/modules/editor.css
@@ -86,7 +86,7 @@
 http://www.zingdesign.com/responsive-website-design-cheatsheet1/
 */
 @media (max-height: 355px) {
-  .editor-overlay .buttonBar {
+  .editor-overlay .initial-bar {
     position: static;
   }
 }

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I184850955a68e73dac93905eff3c02a43a3b79d2
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/MobileFrontend
Gerrit-Branch: master
Gerrit-Owner: JGonera <[email protected]>
Gerrit-Reviewer: Jdlrobson <[email protected]>
Gerrit-Reviewer: jenkins-bot

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

Reply via email to