Refine play type integration flow and docs
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user