JGonera has uploaded a new change for review. https://gerrit.wikimedia.org/r/73366
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(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/MobileFrontend refs/changes/66/73366/1 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: newchange Gerrit-Change-Id: I184850955a68e73dac93905eff3c02a43a3b79d2 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
