style(Web UI): Add 1rem margin between Save and Apply buttons for better UI/UX (#3762)

This commit is contained in:
Richard Ziegler 2025-03-26 20:44:17 -05:00 committed by GitHub
commit f921ae45d4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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>