design: reduce border-beam size to 90px to prevent corner-overlap shudder on short vertical runs
This commit is contained in:
@@ -1006,7 +1006,7 @@ function Hero({ onStart, variant = "quote" }) {
|
||||
.prompt-beam::before {
|
||||
content: "";
|
||||
position: absolute;
|
||||
width: 170px;
|
||||
width: 90px;
|
||||
aspect-ratio: 1;
|
||||
offset-path: rect(0 auto auto 0 round 28px);
|
||||
offset-distance: 0%;
|
||||
|
||||
Reference in New Issue
Block a user