Date: 2026-05-25
on the popup window, there are buttons at the bottom (after the playlists). move them to the top (so the user doesn't need to scroll to access the actions).
put a small space between the buttons and the first playlist
when the buttons wrap onto another line (row), add a (smaller) space between the rows of buttons
also add a very small (horizontal) space between the buttons
popup/popup.html: Moved the export-container div (containing Export Playlists, Import Playlists, History, Save Channel, Wiki/Insp buttons) from after all view containers to just before the playlists-container. The buttons now appear immediately below the header on the main playlists view.popup/popup.css: Added .export-container rule with:
display: flex; flex-wrap: wrap — enables wrapping layoutrow-gap: 6px — small space between wrapped rows of buttonscolumn-gap: 4px — very small horizontal space between buttonsmargin-bottom: 12px — gap between the button bar and the first playlist