Enhance button layout in settings UI for better alignment and clarity

This commit is contained in:
CodeDevMLH
2026-02-04 18:57:09 +01:00
parent 7af9eb5004
commit 13889c3c68

View File

@@ -3051,9 +3051,9 @@ const MediaBarEnhancedSettingsManager = {
// Buttons Container // Buttons Container
html += ` html += `
<div style="margin-top:1em; display:flex; justify-content:space-between; align-items:center;"> <div style="margin-top:1em; display:flex; justify-content:flex-end; align-items:center; gap:2em;">
<button is="emby-button" type="button" class="raised button-cancel emby-button" id="mb-settings-reset" title="Reset to Server Defaults"> <button is="emby-button" type="button" class="raised button-cancel emby-button" id="mb-settings-reset" title="Reset to Server Defaults">
<span>Defaults</span> <span>Server Defaults</span>
</button> </button>
<button is="emby-button" type="button" class="raised button-submit emby-button" id="mb-settings-save"> <button is="emby-button" type="button" class="raised button-submit emby-button" id="mb-settings-save">
<span>Reload</span> <span>Reload</span>