From a75db93e8e2da3ba446e1c699a0529f23541615f Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Mon, 31 May 2021 14:25:25 +0100 Subject: [PATCH] Adds fancy scrollbar --- .../Configuration/CloudBackupRestore.vue | 2 +- .../Configuration/ConfigContainer.vue | 2 + src/components/LinkItems/ItemGroup.vue | 27 ++++-------- src/styles/color-palette.scss | 3 ++ src/styles/global-styles.scss | 34 ++------------ src/styles/style-helpers.scss | 44 +++++++++++++++++++ 6 files changed, 63 insertions(+), 49 deletions(-) create mode 100644 src/styles/style-helpers.scss diff --git a/src/components/Configuration/CloudBackupRestore.vue b/src/components/Configuration/CloudBackupRestore.vue index 8fb4dda0..afb7bc9a 100644 --- a/src/components/Configuration/CloudBackupRestore.vue +++ b/src/components/Configuration/CloudBackupRestore.vue @@ -3,7 +3,7 @@

Cloud Backup & Restore

- Cloud backup and restore is an optional feature, that enabled you to upload your + Cloud backup and restore is an optional feature, that enables you to upload your config to the internet, and then restore it on any other device or instance of Dashy.

All data is fully end-to-end encrypted with AES, using your password as the key. diff --git a/src/components/Configuration/ConfigContainer.vue b/src/components/Configuration/ConfigContainer.vue index 69583282..fc33f100 100644 --- a/src/components/Configuration/ConfigContainer.vue +++ b/src/components/Configuration/ConfigContainer.vue @@ -126,6 +126,7 @@ export default {