We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e97181d commit fc6d543Copy full SHA for fc6d543
1 file changed
src/styles/ai-controls.css
@@ -329,6 +329,9 @@
329
330
.ai-chat-prompt {
331
resize: vertical;
332
+ width: 100%;
333
+ min-width: 0;
334
+ box-sizing: border-box;
335
min-height: 72px;
336
max-height: 220px;
337
border: 1px solid var(--border-control);
@@ -347,6 +350,8 @@
347
350
348
351
.ai-chat-model-picker {
349
352
display: grid;
353
354
355
gap: 6px;
356
font-size: 0.76rem;
357
color: var(--text-muted);
@@ -355,6 +360,9 @@
360
.ai-chat-model-picker select {
361
appearance: none;
362
-webkit-appearance: none;
363
364
365
358
366
359
367
border-radius: 9px;
368
background: var(--surface-select);
0 commit comments