Refine play type integration flow and docs

This commit is contained in:
2026-06-03 00:57:24 +08:00
parent dbe4c902b4
commit 67ba40c678
35 changed files with 2226 additions and 619 deletions

View File

@@ -2119,6 +2119,31 @@ html[data-mobile-keyboard-open='true'] .platform-mobile-bottom-dock {
white-space: normal;
}
.creation-work-card__failure-status {
display: inline-flex;
width: fit-content;
max-width: 100%;
min-width: 0;
align-items: center;
gap: 0.26rem;
overflow: hidden;
border: 1px solid color-mix(in srgb, #c7653d 48%, transparent);
border-radius: 9999px;
background: color-mix(in srgb, #c7653d 12%, transparent);
padding: 0.22rem 0.52rem;
color: color-mix(in srgb, #c7653d 86%, var(--platform-text-strong));
font-size: 0.68rem;
font-weight: 800;
line-height: 1.1;
}
.creation-work-card__failure-status span {
min-width: 0;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.creation-work-card__published-info {
display: grid;
min-width: 0;