From 311150a92dcc32db16d327a84bb30d4fbea4edb4 Mon Sep 17 00:00:00 2001 From: Moriel Schottlender Date: Tue, 30 Aug 2016 15:29:22 -0700 Subject: [PATCH] Adjust Special:Notifications width for small screens Bug: T141949 Change-Id: Id0987ea9e7929777c887ceea6757ec00b3bf18ae --- modules/styles/mw.echo.ui.DatedSubGroupListWidget.less | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/modules/styles/mw.echo.ui.DatedSubGroupListWidget.less b/modules/styles/mw.echo.ui.DatedSubGroupListWidget.less index 5589baf4c..edd109ff3 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; + } }