There was an error while loading. Please reload this page.
1 parent 7b07b6e commit 7b2314fCopy full SHA for 7b2314f
1 file changed
src/pages/content/chatWidth/index.ts
@@ -200,6 +200,20 @@ function applyWidth(widthPercent: number) {
200
max-width: ${widthValue} !important;
201
}
202
203
+ /* Extend input-container gradient to match chat width */
204
+ input-container {
205
+ max-width: none !important;
206
+ width: 100% !important;
207
+ }
208
+
209
+ input-container .input-area-container,
210
+ input-container input-area-v2 {
211
+ max-width: ${widthValue} !important;
212
+ width: min(100%, ${widthValue}) !important;
213
+ margin-left: auto !important;
214
+ margin-right: auto !important;
215
216
217
/* Specific fix for user bubble background to fit content but respect max-width */
218
.user-query-bubble-with-background {
219
0 commit comments