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;