Enhance button layout in settings UI for better alignment and clarity
This commit is contained in:
@@ -3051,9 +3051,9 @@ const MediaBarEnhancedSettingsManager = {
|
||||
|
||||
// Buttons Container
|
||||
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">
|
||||
<span>Defaults</span>
|
||||
<span>Server Defaults</span>
|
||||
</button>
|
||||
<button is="emby-button" type="button" class="raised button-submit emby-button" id="mb-settings-save">
|
||||
<span>Reload</span>
|
||||
|
||||
Reference in New Issue
Block a user