fix: group cookbook dependencies into Odysseus and Server sections (#144)

* fix: group cookbook dependencies into Odysseus and Server sections

* refactor: tidy dependency render with guard clauses and a section-header class
This commit is contained in:
Daniel Grzelak
2026-06-01 04:50:50 +02:00
committed by GitHub
parent b4a1d88beb
commit 99ad456adf
2 changed files with 50 additions and 32 deletions
+15
View File
@@ -18007,6 +18007,21 @@ body.gallery-selecting .gallery-dl-btn,
.cookbook-settings-stack.hidden { display: none; }
.cookbook-dep-row.cookbook-dep-blocked { opacity: 0.4; }
.cookbook-dep-info { flex: 1; min-width: 0; }
.cookbook-dep-section {
display: flex;
align-items: baseline;
gap: 8px;
margin: 12px 2px 4px;
}
.cookbook-dep-section-title {
font-size: 11px;
font-weight: 600;
letter-spacing: 0.03em;
}
.cookbook-dep-section-note {
font-size: 10px;
color: color-mix(in srgb, var(--fg) 50%, transparent);
}
.cookbook-dep-tag {
font-size: 9px;
padding: 0 8px;