fix(download): constrain playlist list height (#130)

* fix(download): constrain playlist list height

* fix(ci): handle ffmpeg timeout on windows
This commit is contained in:
Nexmoe
2026-01-16 21:58:33 +08:00
committed by GitHub
parent 3d39c9751f
commit 59aee07913
2 changed files with 18 additions and 7 deletions

View File

@@ -91,7 +91,7 @@ export function PlaylistDownload({
</div>
</div>
<ScrollArea className="flex-1 w-full rounded-md border">
<ScrollArea className="flex-1 w-full rounded-md border max-h-[45vh]">
<div className="p-1">
{playlistInfo.entries.map((entry) => {
const isSelected = selectedEntryIds.has(entry.id)