diff options
| author | Paul Buetow <paul@buetow.org> | 2026-05-07 15:56:35 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-05-07 15:56:35 +0300 |
| commit | 7f3ca21cc42979b8f1898f5dfd81f51f04aed5e0 (patch) | |
| tree | 47987d9c73f2ce760cefed045ec85eee53747ff7 /web/css | |
| parent | 3f70adb2c24d558be645aacb11a97d5f95f69b76 (diff) | |
Fix podcast browser workflows for k1
Diffstat (limited to 'web/css')
| -rw-r--r-- | web/css/layout.css | 23 |
1 files changed, 23 insertions, 0 deletions
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; +} |
