From e147dbfb8226f1f6c072a6e9231a0ccbb13a4bc5 Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Mon, 8 Aug 2022 14:20:01 +0300 Subject: [PATCH] art credit --- .../update_notification/update_notification.scss | 4 ++++ .../update_notification/update_notification.vue | 15 +++++++++++++-- src/i18n/en.json | 3 ++- 3 files changed, 19 insertions(+), 3 deletions(-) diff --git a/src/components/update_notification/update_notification.scss b/src/components/update_notification/update_notification.scss index c3b1bc13c3..77ee275a44 100644 --- a/src/components/update_notification/update_notification.scss +++ b/src/components/update_notification/update_notification.scss @@ -83,6 +83,10 @@ linear-gradient(to top, white, white); } + .art-credit { + text-align: right; + } + &.-peek { /* Explanation: * 100vh - 100% = Distance between modal's top+bottom boundaries and screen diff --git a/src/components/update_notification/update_notification.vue b/src/components/update_notification/update_notification.vue index 1651384bf4..d0e2499c80 100644 --- a/src/components/update_notification/update_notification.vue +++ b/src/components/update_notification/update_notification.vue @@ -33,7 +33,6 @@