Move YouTube link into title row to save vertical space

This commit is contained in:
2026-01-28 16:08:17 +01:00
parent 437b8ba3d9
commit 485275d6c0
2 changed files with 7 additions and 3 deletions

View File

@@ -147,14 +147,16 @@ button.ghost {
.card-title-row {
display: flex;
justify-content: space-between;
align-items: flex-start;
align-items: center;
gap: 8px;
}
.card-title-row h3 { margin: 0; font-size: 18px; }
.title-meta { display: flex; align-items: center; gap: 8px; }
.muted { color: #9ca3af; margin: 0; }
.link { color: #93c5fd; text-decoration: none; font-weight: 600; }
.link:hover { text-decoration: underline; }
.link.compact { font-size: 14px; }
.chip {
background: #1f2937;
color: #e5e7eb;