diff --git a/podstalk b/podstalk index 8ec8bd1..0e05a1a 100755 Binary files a/podstalk and b/podstalk differ diff --git a/podstalk.db b/podstalk.db index 24e33fd..a99c55e 100644 Binary files a/podstalk.db and b/podstalk.db differ diff --git a/static/dashboard.css b/static/dashboard.css index 62e4a38..88bb6e9 100644 --- a/static/dashboard.css +++ b/static/dashboard.css @@ -16,9 +16,8 @@ body { max-width: 960px; margin: 0 auto; padding: 2rem 1rem; } .podcast-img-preview { margin-top: 1rem; } .podcast-img-preview img { max-width: 150px; max-height: 150px; border: 2px solid #000; } .rss-row { display: flex; align-items: center; gap: 0.5rem; margin-bottom: 1.5rem; font-size: 0.85rem; } -.rss-row code { font-size: 0.85rem; cursor: pointer; } -.rss-row code:hover { text-decoration: underline; } +.rss-url-btn { font-size: 0.85rem !important; padding: 0.3rem 0.75rem !important; } +.rss-url-btn:disabled { opacity: 0.7; cursor: default; } .rss-label { color: #666; font-weight: 600; white-space: nowrap; } -.rss-copied { color: #2e7d32; font-size: 0.75rem; font-weight: 600; } .new-ep-row { margin-bottom: 1.5rem; } .ep-thumb { max-width: 48px; max-height: 48px; border: 1px solid #000; } diff --git a/template/dashboard.html b/template/dashboard.html index af700c9..20ad61d 100644 --- a/template/dashboard.html +++ b/template/dashboard.html @@ -64,9 +64,8 @@
RSS Feed - - +