in the individual playlist view of the popup window, move the "add current page to playlist" button from the bottom to the top. shrink it so that it's the same size and shape as the "export playlists" buttons on the main view - shorten the wording of the button if necessary (like "add cur. page" or something similar).
popup/popup.html
add-current-page-container div fully outside of .playlist-view-container, placing it above the card (mirroring how .export-container sits above .playlists-container).x-bind="addCurrentPageContainer" to the container for visibility control.popup/popup.css
.add-current-page-container as a flex row (matching .export-container) so the button is auto-sized rather than block-stretched..add-current-page-btn to match the export buttons: padding: 8px 12px, border-radius: 4px (was 6px), removed width: 100%, removed hover animation.popup/popup.js
addCurrentPageContainer binding with x-show tied to currentView === "playlist"."Add Current Page" → "Add Cur. Page""Add Current Page (YouTube only)" → "Add Cur. Page (YT only)""Add Current Page to Playlist" → "Add Cur. Page""Unable to get current page" → "Unable to get page"