Cancel button dosen't show up
BIRTAX38 opened this issue · 1 comments
BIRTAX38 commented
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
- Navigate to the 'Sniffer' section.
- When the Sniffer detects a video with a long name, click on 'Select'.
- Click on 'Download'.
- 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:
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:
Desktop
- OS: [Windows 11]
- Browser: [Chrome]
- Version: [124.0.6367.202]
Additional Context
Just change display from "table" to "list-item" in popup.js on line 12546.
betoalanis commented
bump