Preserve partial creation replies on stream failure
Some checks failed
CI / verify (push) Has been cancelled

This commit is contained in:
kdletters
2026-05-05 11:31:50 +08:00
parent 100fee7e7a
commit 995661e7cc
299 changed files with 13805 additions and 1429 deletions

View File

@@ -1528,6 +1528,27 @@ body {
opacity: 0.52;
}
.square-hole-runtime__shape--triangle,
.square-hole-runtime__hole-cut--triangle {
clip-path: polygon(50% 5%, 94% 92%, 6% 92%);
}
.square-hole-runtime__shape--star,
.square-hole-runtime__hole-cut--star {
clip-path: polygon(
50% 4%,
61% 36%,
95% 36%,
67% 55%,
79% 88%,
50% 68%,
21% 88%,
33% 55%,
5% 36%,
39% 36%
);
}
.platform-tab {
border: 1px solid var(--platform-subpanel-border);
border-radius: 9999px;