mirror of
https://codeberg.org/armin/noiz.git
synced 2026-09-01 14:00:54 +02:00
Move Clear button from playlist toolbar to bottom add-bar
This commit is contained in:
parent
c55f5bc5c1
commit
9d1318145a
1 changed files with 1 additions and 1 deletions
|
|
@ -184,7 +184,6 @@ footer .footer-track { flex: 1; min-width: 0; white-space: nowrap; overflow: hid
|
|||
<div class="playlist" id="playlist">
|
||||
<div class="playlist-toolbar">
|
||||
<div class="spacer"></div>
|
||||
<button class="btn btn-sm" id="clearBtn">Clear</button>
|
||||
<span style="font-size:11px;color:#6b7089">Sort:</span>
|
||||
<select id="sortSelect">
|
||||
<option value="idx">#</option>
|
||||
|
|
@ -260,6 +259,7 @@ footer .footer-track { flex: 1; min-width: 0; white-space: nowrap; overflow: hid
|
|||
<button class="btn" id="infoBtn">Info</button>
|
||||
<button class="btn" id="isolateBtn">Isolate</button>
|
||||
<button class="btn" id="deleteBtn">Delete</button>
|
||||
<button class="btn" id="clearBtn">Clear</button>
|
||||
</div>
|
||||
</div>
|
||||
<div id="tagEditorOverlay">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue