Revert duplicate buttons and move existing buttons to bottom-right corner independent of scroll

This commit is contained in:
Eris 2021-06-14 23:31:16 +00:00
parent b88e6b8ab0
commit 312a237ca4
2 changed files with 3 additions and 15 deletions

View file

@ -270,6 +270,9 @@
.apply-container {
justify-content: center;
position: absolute;
bottom: 8px;
right: 5px;
}
.radius-item,

View file

@ -1,21 +1,6 @@
<template>
<div class="theme-tab">
<div class="presets-container">
<div class="apply-container">
<button
class="btn button-default submit"
:disabled="!themeValid"
@click="setCustomTheme"
>
{{ $t('general.apply') }}
</button>
<button
class="btn button-default"
@click="clearAll"
>
{{ $t('settings.style.switcher.reset') }}
</button>
</div><br>
<div class="save-load">
<div
v-if="themeWarning"