Enhance popup interface with cookie handling and warning for yt-dlp commands

This commit is contained in:
Minidu Thiranjaya
2026-03-29 07:56:52 +05:30
parent ae8343620b
commit 1268848482
4 changed files with 176 additions and 41 deletions

View File

@@ -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 {