Preserve partial creation replies on stream failure
Some checks failed
CI / verify (push) Has been cancelled
Some checks failed
CI / verify (push) Has been cancelled
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user