mirror of
https://github.com/hyzendust/Sharepoint-Downloader.git
synced 2026-06-30 20:32:20 +02:00
Enhance popup interface with cookie handling and warning for yt-dlp commands
This commit is contained in:
17
popup.css
17
popup.css
@@ -27,6 +27,23 @@ body {
|
||||
line-height: 1.4;
|
||||
}
|
||||
|
||||
.warn {
|
||||
margin: 6px 0 4px;
|
||||
padding: 8px 10px;
|
||||
background: #fff3cd;
|
||||
border: 1px solid #ffc107;
|
||||
border-radius: 6px;
|
||||
font-size: 12px;
|
||||
color: #664d03;
|
||||
line-height: 1.5;
|
||||
}
|
||||
.warn code {
|
||||
background: rgba(0, 0, 0, 0.08);
|
||||
padding: 1px 4px;
|
||||
border-radius: 3px;
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
/* ── Buttons ─────────────────────────────────────────── */
|
||||
|
||||
.btn {
|
||||
|
||||
Reference in New Issue
Block a user