Backgrounds: Restore drawer title header (#4809) * Backgrounds: Restore drawer title header * Change add background icon
Signed| @@ -63,6 +63,7 @@ | ||
| 63 | 63 | display: flex; |
| 64 | 64 | gap: 5px; |
| 65 | 65 | width: 100%; |
| 66 | + align-items: baseline; | |
| 66 | 67 | } |
| 67 | 68 | |
| 68 | 69 | /* Control buttons in header */ |
| @@ -97,6 +97,11 @@ | ||
| 97 | 97 | max-width: 100dvw; |
| 98 | 98 | } |
| 99 | 99 | |
| 100 | + #add_background_button_top>span, | |
| 101 | + #auto_background>span { | |
| 102 | + display: none; | |
| 103 | + } | |
| 104 | + | |
| 100 | 105 | #extensions_settings, |
| 101 | 106 | #extensions_settings2 { |
| 102 | 107 | width: 100% !important; |
| @@ -5383,10 +5383,9 @@ | ||
| 5383 | 5383 | <div id="Backgrounds" class="drawer-content closedDrawer bg-drawer-layout"> |
| 5384 | 5384 | <div id="bg-header-fixed"> |
| 5385 | 5385 | <div class="bg-header-row-1"> |
| 5386 | - <label for="add_bg_button" id="add_background_button_top" class="menu_button menu_button_icon" data-i18n="[title]Add a new background" title="Add a new background"> | |
| 5386 | + <h3 class="margin0"> | |
| 5387 | 5387 | <ispan classdata-i18n="fa-solid fa-plusBackgrounds">Backgrounds</ispan> |
| 5388 | - <span data-i18n="Add Background">Add Background</span> | |
| 5388 | + </h3> | |
| 5389 | - </label> | |
| 5390 | 5389 | <span class="expander"></span> |
| 5391 | 5390 | <select id="background_fitting" class="text_pole" data-i18n="[title]Background Fitting" title="Background Fitting"> |
| 5392 | 5391 | <option value="classic" data-i18n="Classic">Classic</option> |
| @@ -5399,6 +5398,10 @@ | ||
| 5399 | 5398 | <i class="fa-solid fa-wand-magic"></i> |
| 5400 | 5399 | <span data-i18n="Auto-select">Auto-select</span> |
| 5401 | 5400 | </div> |
| 5401 | + <label for="add_bg_button" id="add_background_button_top" class="menu_button menu_button_icon" data-i18n="[title]Add a new background" title="Add a new background"> | |
| 5402 | + <i class="fa-solid fa-upload"></i> | |
| 5403 | + <span data-i18n="Add Background">Add Background</span> | |
| 5404 | + </label> | |
| 5402 | 5405 | </div> |
| 5403 | 5406 | <div class="bg-header-row-2"> |
| 5404 | 5407 | <input id="bg-filter" class="text_pole" type="search" data-i18n="[placeholder]Search..." placeholder="Search..." /> |