style(Web UI): Add 1rem margin between Save and Apply buttons for better UI/UX (#3762)
This commit is contained in:
@@ -87,7 +87,7 @@
|
|||||||
<b>{{ $t('_common.success') }}</b> {{ $t('config.restart_note') }}
|
<b>{{ $t('_common.success') }}</b> {{ $t('config.restart_note') }}
|
||||||
</div>
|
</div>
|
||||||
<div class="mb-3 buttons">
|
<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>
|
<button class="btn btn-success" @click="apply" v-if="saved && !restarted">{{ $t('_common.apply') }}</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user