Revert "fix(ui): allow manual prompt bar resize (#1201)"
This reverts commit 258e6fc0d4.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user