puemos / hls-downloader

Web Extension for sniffing and downloading HTTP Live streams (HLS)
https://puemos.gitbook.io/hls-downloader/
MIT License
1.77k stars 228 forks source link

Cancel button dosen't show up #340

Open BIRTAX38 opened 1 month ago

BIRTAX38 commented 1 month ago

Describe the Issue The CSS is broken, causing the cancel button to be invisible when downloading a video with a long name.

Steps to Reproduce

  1. Navigate to the 'Sniffer' section.
  2. When the Sniffer detects a video with a long name, click on 'Select'.
  3. Click on 'Download'.
  4. When video is download, you won't be able to see the Cancel button in the popup, even though it exists.

Expected Behavior The Cancel button should be visible, as depicted in the following image: image To achieve this, I've made a modification in popup.js on line 12546, changing the display from "table" to "list-item".

Screenshots If necessary, here's a screenshot illustrating the issue: image

Desktop

Additional Context Just change display from "table" to "list-item" in popup.js on line 12546.

betoalanis commented 4 weeks ago

bump