JGonera has uploaded a new change for review.

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


Change subject: Fix a typo in new editor CSS
......................................................................

Fix a typo in new editor CSS

This was missed during renaming "edit" to "editor"

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


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

diff --git a/less/modules/editor.less b/less/modules/editor.less
index 4f266ee..7f429d8 100644
--- a/less/modules/editor.less
+++ b/less/modules/editor.less
@@ -63,7 +63,7 @@
 
 // hide the bar (and give more editing space) when the keyboard is visible
 @media (max-height: 400px) {
-       .edit-overlay .buttonBar {
+       .editor-overlay .buttonBar {
                position: absolute;
        }
 }
diff --git a/stylesheets/modules/editor.css b/stylesheets/modules/editor.css
index b7454f2..07c5573 100644
--- a/stylesheets/modules/editor.css
+++ b/stylesheets/modules/editor.css
@@ -53,7 +53,7 @@
   margin: 18px 16px 0;
 }
 @media (max-height: 400px) {
-  .edit-overlay .buttonBar {
+  .editor-overlay .buttonBar {
     position: absolute;
   }
 }

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

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

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

Reply via email to