Update button layout and text for improved clarity in settings UI
This commit is contained in:
@@ -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>
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user