JGonera has uploaded a new change for review.
https://gerrit.wikimedia.org/r/55283
Change subject: Fix the page being wider than the screen on watched pages
......................................................................
Fix the page being wider than the screen on watched pages
In alpha, when the watchstar was rotated using transformation, the whole
element was rotated and therefore was sticking out.
Change-Id: I8b5fbbb772a567f076988ab6e636684e8fcfb7df
---
M less/common/ui.less
M stylesheets/common/ui.css
2 files changed, 2 insertions(+), 0 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/MobileFrontend
refs/changes/83/55283/1
diff --git a/less/common/ui.less b/less/common/ui.less
index 99ece2e..5f15829 100644
--- a/less/common/ui.less
+++ b/less/common/ui.less
@@ -19,6 +19,7 @@
padding: 0;
min-height: @headerHeight;
margin: 0;
+ overflow: hidden;
h1 {
color: @chromeHeadingColor;
diff --git a/stylesheets/common/ui.css b/stylesheets/common/ui.css
index 8d555bc..63d2a3c 100644
--- a/stylesheets/common/ui.css
+++ b/stylesheets/common/ui.css
@@ -227,6 +227,7 @@
padding: 0;
min-height: 46px;
margin: 0;
+ overflow: hidden;
}
.header h1,
#mw-mf-header h1 {
--
To view, visit https://gerrit.wikimedia.org/r/55283
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I8b5fbbb772a567f076988ab6e636684e8fcfb7df
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