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

Change subject: Adjust group bundle styles
......................................................................


Adjust group bundle styles

Bug: T128069
Change-Id: If1e5d9811f4569e93ab9ba3064699ce6a6d907f7
---
M modules/echo.variables.less
M modules/ooui/styles/mw.echo.ui.BundledNotificationGroupWidget.less
2 files changed, 9 insertions(+), 2 deletions(-)

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



diff --git a/modules/echo.variables.less b/modules/echo.variables.less
index d94ce82..24b3d20 100644
--- a/modules/echo.variables.less
+++ b/modules/echo.variables.less
@@ -9,7 +9,7 @@
 @notification-text-color: #111;
 @notification-body-color: #777;
 
-@bundle-group-padding: 1em;
+@bundle-group-padding: 0.7em;
 @notification-popup-width: 500px;
 
 @opacity-low: 0.5;
diff --git a/modules/ooui/styles/mw.echo.ui.BundledNotificationGroupWidget.less 
b/modules/ooui/styles/mw.echo.ui.BundledNotificationGroupWidget.less
index 0655d92..d4b3a03 100644
--- a/modules/ooui/styles/mw.echo.ui.BundledNotificationGroupWidget.less
+++ b/modules/ooui/styles/mw.echo.ui.BundledNotificationGroupWidget.less
@@ -1,12 +1,19 @@
+@import '../../echo.variables';
+
 .mw-echo-ui-bundledNotificationGroupWidget {
 
        &:not(:first-child) {
-               margin-top: 0.5em;
+               margin-top: @bundle-group-padding;
        }
 
        &-title {
                font-weight: bold;
                color: #666666;
+               margin-bottom: @bundle-group-padding;
+       }
+
+       .mw-echo-ui-notificationsWidget {
+               margin-bottom: @bundle-group-padding / 2;
        }
 
        .mw-echo-ui-notificationItemWidget {

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

Gerrit-MessageType: merged
Gerrit-Change-Id: If1e5d9811f4569e93ab9ba3064699ce6a6d907f7
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/extensions/Echo
Gerrit-Branch: master
Gerrit-Owner: Mooeypoo <[email protected]>
Gerrit-Reviewer: Catrope <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to