Revert "fix(ui): allow manual prompt bar resize (#1201)"

This reverts commit 258e6fc0d4.
This commit is contained in:
pewdiepie-archdaemon
2026-06-03 23:04:28 +09:00
parent 1f6c5ac66b
commit 67b63e9844
3 changed files with 5 additions and 37 deletions

View File

@@ -2204,12 +2204,12 @@ body.bg-pattern-sparkles {
background: transparent;
border: none;
outline: none;
resize: vertical;
resize: none;
font-size: 14px;
line-height: 1.5;
color: var(--fg);
min-height: 24px;
max-height: min(60vh, 600px);
max-height: 200px;
padding: 0;
font-family: inherit;
transition: height 0.12s ease-out;