Mooeypoo has uploaded a new change for review.

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

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(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Echo 
refs/changes/42/307642/1

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: newchange
Gerrit-Change-Id: Id0987ea9e7929777c887ceea6757ec00b3bf18ae
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Echo
Gerrit-Branch: master
Gerrit-Owner: Mooeypoo <mor...@gmail.com>

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

Reply via email to