From 7f3ca21cc42979b8f1898f5dfd81f51f04aed5e0 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Thu, 7 May 2026 15:56:35 +0300 Subject: Fix podcast browser workflows for k1 --- web/css/layout.css | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'web/css/layout.css') diff --git a/web/css/layout.css b/web/css/layout.css index 909ecfb..d73d07f 100644 --- a/web/css/layout.css +++ b/web/css/layout.css @@ -607,3 +607,26 @@ body { .admin-list li.is-admin { background: var(--accent-soft); } + +.podcast-feed-row { + display: flex; + align-items: center; + gap: 0.5rem; + padding: 0.35rem 0; + border-bottom: 1px solid var(--border); +} + +.podcast-feed-cover { + width: 2.5rem; + height: 2.5rem; + border-radius: var(--radius-sm); + object-fit: cover; + background: var(--bg-elevated); + border: 1px solid var(--border); + flex: 0 0 auto; +} + +.btn-download-episode { + align-self: flex-start; + margin-top: 0.2rem; +} -- cgit v1.2.3