From 5b1a2d10c2b1f8d7934a81e345101d0e86de5719 Mon Sep 17 00:00:00 2001 From: Matt <927830+mattmattmatt@users.noreply.github.com> Date: Thu, 15 Oct 2020 15:22:47 -0600 Subject: [PATCH] Add button that dismisses all notifications (#7223) --- .../notifications/notification-drawer.js | 25 +++++++++++++++++++ src/translations/en.json | 3 ++- 2 files changed, 27 insertions(+), 1 deletion(-) diff --git a/src/dialogs/notifications/notification-drawer.js b/src/dialogs/notifications/notification-drawer.js index 3b7c5c54da..728920fc92 100644 --- a/src/dialogs/notifications/notification-drawer.js +++ b/src/dialogs/notifications/notification-drawer.js @@ -50,6 +50,11 @@ export class HuiNotificationDrawer extends EventsMixin( padding: 0 16px 16px; } + .notification-actions { + padding: 0 16px 16px; + text-align: center; + } + .empty { padding: 16px; text-align: center; @@ -69,6 +74,13 @@ export class HuiNotificationDrawer extends EventsMixin( +