From d740baf6ab81a4d15c559880927115da8de98535 Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Thu, 5 Aug 2021 20:25:23 +0100 Subject: [PATCH] :adhesive_bandage: Re: #118 - Fixes config menu footer note overflow --- .../Configuration/ConfigContainer.vue | 88 ++++++++++--------- 1 file changed, 48 insertions(+), 40 deletions(-) diff --git a/src/components/Configuration/ConfigContainer.vue b/src/components/Configuration/ConfigContainer.vue index 369af458..29b70467 100644 --- a/src/components/Configuration/ConfigContainer.vue +++ b/src/components/Configuration/ConfigContainer.vue @@ -2,46 +2,48 @@
-

Configuration Options

- - + + - - - - - - - - - -

{{ getLanguage() }}

- + + + + + + + +

{{ getLanguage() }}

+ +
{{ $t('config.backup-note') }}
@@ -305,6 +307,13 @@ div.code-container { } .main-options-container { + height: 100%; + display: flex; + flex-direction: column; + justify-content: space-between; +} + +.config-buttons { display: flex; flex-direction: column; background: var(--config-settings-background); @@ -320,7 +329,6 @@ div.code-container { .config-note { width: 80%; - position: absolute; bottom: 1rem; left: 10%; margin: 0.5rem auto;