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

This reverts commit 258e6fc0d4.
This commit is contained in:
pewdiepie-archdaemon
2026-06-03 23:03:58 +09:00
parent 5939aec69f
commit 6e80d0de08
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;