style(Web UI): Add 1rem margin between Save and Apply buttons for better UI/UX (#3762)
This commit is contained in:
parent
f65bb842ff
commit
f921ae45d4
1 changed files with 1 additions and 1 deletions
|
|
@ -87,7 +87,7 @@
|
|||
<b>{{ $t('_common.success') }}</b> {{ $t('config.restart_note') }}
|
||||
</div>
|
||||
<div class="mb-3 buttons">
|
||||
<button class="btn btn-primary" @click="save">{{ $t('_common.save') }}</button>
|
||||
<button class="btn btn-primary mr-3" @click="save">{{ $t('_common.save') }}</button>
|
||||
<button class="btn btn-success" @click="apply" v-if="saved && !restarted">{{ $t('_common.apply') }}</button>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue