design: reduce border-beam size to 90px to prevent corner-overlap shudder on short vertical runs

This commit is contained in:
2026-06-06 21:16:30 -07:00
parent fb47b859ab
commit 0e674e6715

View File

@@ -1006,7 +1006,7 @@ function Hero({ onStart, variant = "quote" }) {
.prompt-beam::before { .prompt-beam::before {
content: ""; content: "";
position: absolute; position: absolute;
width: 170px; width: 90px;
aspect-ratio: 1; aspect-ratio: 1;
offset-path: rect(0 auto auto 0 round 28px); offset-path: rect(0 auto auto 0 round 28px);
offset-distance: 0%; offset-distance: 0%;