[diffusion] docs: add diffusion cookbook model tags (#32836)

This commit is contained in:
Mick
2026-07-30 10:03:55 +08:00
committed by GitHub
parent 62dfaaa0e0
commit 2aa86e9130
20 changed files with 93 additions and 18 deletions
+21
View File
@@ -163,6 +163,27 @@ html.dark table tbody tr:nth-child(even) td,
line-height: 1.45;
}
.sgd-model-tags {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 6px;
margin: -1.5rem 0 0;
}
.sgd-model-tags .sgd-chip {
margin: 0;
}
.sgd-model-tags + h2 {
margin-top: 0.75rem;
}
.prose:has(.sgd-model-tags) {
overflow-x: clip;
overflow-y: visible;
}
.sgd-muted {
color: rgb(107, 114, 128);
font-size: 0.85rem;