From b6e3559abaab47cb8cc053e5288ce2e5383a9ca9 Mon Sep 17 00:00:00 2001 From: advplyr Date: Sun, 25 Sep 2022 11:50:41 -0500 Subject: [PATCH] Update:Notification config UI for mobile #996 --- client/components/cards/NotificationCard.vue | 8 ++++---- .../modals/notification/NotificationEditModal.vue | 6 +++--- client/pages/config/notifications.vue | 6 +++--- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/client/components/cards/NotificationCard.vue b/client/components/cards/NotificationCard.vue index 95ba4852..1506cfb5 100644 --- a/client/components/cards/NotificationCard.vue +++ b/client/components/cards/NotificationCard.vue @@ -1,7 +1,7 @@
-
-
+
+
- +

Available variables: {{ availableVariables.join(', ') }}

diff --git a/client/pages/config/notifications.vue b/client/pages/config/notifications.vue index 4f2577f8..6154e96a 100644 --- a/client/pages/config/notifications.vue +++ b/client/pages/config/notifications.vue @@ -1,6 +1,6 @@