Update button layout and text for improved clarity in settings UI

This commit is contained in:
CodeDevMLH
2026-02-04 19:05:27 +01:00
parent 7366f2ca30
commit 4ec337a893

View File

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