From 9792c03cc4c2db6f288142b1839985331de3840c Mon Sep 17 00:00:00 2001 From: Frank Dana Date: Thu, 28 Mar 2024 08:47:34 -0400 Subject: [PATCH] GNOME 46 notifications: Chase style change The change to Calendar.NotificationMessage as the notification type also renamed the `notification-actions` CSS class to `notification-buttons-bin`. --- src/shell/notification.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shell/notification.js b/src/shell/notification.js index f1c5cb39a..3a8c19c2a 100644 --- a/src/shell/notification.js +++ b/src/shell/notification.js @@ -56,7 +56,7 @@ const NotificationBanner = GObject.registerClass({ _addReplyAction() { if (!this._buttonBox) { this._buttonBox = new St.BoxLayout({ - style_class: 'notification-actions', + style_class: 'notification-buttons-bin', x_expand: true, }); this.setActionArea(this._buttonBox);