Revert duplicate buttons and move existing buttons to bottom-right corner independent of scroll
This commit is contained in:
parent
b88e6b8ab0
commit
312a237ca4
2 changed files with 3 additions and 15 deletions
|
@ -270,6 +270,9 @@
|
||||||
|
|
||||||
.apply-container {
|
.apply-container {
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
position: absolute;
|
||||||
|
bottom: 8px;
|
||||||
|
right: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.radius-item,
|
.radius-item,
|
||||||
|
|
|
@ -1,21 +1,6 @@
|
||||||
<template>
|
<template>
|
||||||
<div class="theme-tab">
|
<div class="theme-tab">
|
||||||
<div class="presets-container">
|
<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 class="save-load">
|
||||||
<div
|
<div
|
||||||
v-if="themeWarning"
|
v-if="themeWarning"
|
||||||
|
|
Loading…
Reference in a new issue