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

Change subject: Adjust Special:Notifications width for small screens
......................................................................


Adjust Special:Notifications width for small screens

Bug: T141949
Change-Id: Id0987ea9e7929777c887ceea6757ec00b3bf18ae
---
M modules/styles/mw.echo.ui.DatedSubGroupListWidget.less
1 file changed, 5 insertions(+), 0 deletions(-)

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



diff --git a/modules/styles/mw.echo.ui.DatedSubGroupListWidget.less 
b/modules/styles/mw.echo.ui.DatedSubGroupListWidget.less
index 5589baf..edd109f 100644
--- a/modules/styles/mw.echo.ui.DatedSubGroupListWidget.less
+++ b/modules/styles/mw.echo.ui.DatedSubGroupListWidget.less
@@ -40,4 +40,9 @@
                        display: none;
                }
        }
+
+       @media all and ( max-width: @specialpage-mobile-width-small ) {
+               // Make narrow with margin
+               width: @specialpage-mobile-width-small - 32px;
+       }
 }

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Id0987ea9e7929777c887ceea6757ec00b3bf18ae
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Echo
Gerrit-Branch: master
Gerrit-Owner: Mooeypoo <mor...@gmail.com>
Gerrit-Reviewer: Catrope <roan.katt...@gmail.com>
Gerrit-Reviewer: Mooeypoo <mor...@gmail.com>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to