Santhosh has uploaded a new change for review.

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

Change subject: Fix: The header in CXStats is not full width while scrolling
......................................................................

Fix: The header in CXStats is not full width while scrolling

Bug: T124001
Change-Id: I2eba0966fc3ca3bef9b23714ea9eaaa3ebdea449
---
M modules/stats/styles/ext.cx.stats.less
1 file changed, 5 insertions(+), 0 deletions(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/ContentTranslation 
refs/changes/25/264925/1

diff --git a/modules/stats/styles/ext.cx.stats.less 
b/modules/stats/styles/ext.cx.stats.less
index e22b248..a095173 100644
--- a/modules/stats/styles/ext.cx.stats.less
+++ b/modules/stats/styles/ext.cx.stats.less
@@ -21,6 +21,11 @@
        display: none;
 }
 
+.cx-header.sticky {
+       // Stats page does not have any sidebars. Show the header in full width.
+       .mw-ui-one-whole;
+}
+
 .cx-header__translation-center a::before {
        // Do not display arrow to dashboard
        display: none;

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I2eba0966fc3ca3bef9b23714ea9eaaa3ebdea449
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/ContentTranslation
Gerrit-Branch: master
Gerrit-Owner: Santhosh <santhosh.thottin...@gmail.com>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to