File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -197,12 +197,12 @@ footer {
197
197
}
198
198
textarea .svelte-1pie7s6 {
199
199
background : # e7e6e6 !important ;
200
- width : 96 % !important ;
200
+ width : 100 % !important ;
201
201
}
202
202
203
203
.dark textarea .svelte-1pie7s6 {
204
204
background : var (--input-background-fill ) !important ;
205
- width : 96 % !important ;
205
+ width : 100 % !important ;
206
206
}
207
207
208
208
.dark input [type = number ].svelte-1cl284s {
@@ -508,12 +508,14 @@ ol:not(.options), ul:not(.options) {
508
508
[data-testid = "bot" ] {
509
509
max- width: 85%;
510
510
bor der- botto m- left- radius: 0 !important ;
511
+ box- shadow: 2px 2px 0px 1px rgba(0, 0, 0, 0.06);
511
512
background- color : var(- - message-bot- background- color - light) !important ;
512
513
}
513
514
[data-testid = "user" ] {
514
515
max- width: 85%;
515
516
width: auto !important ;
516
517
bor der- botto m- right- radius: 0 !important ;
518
+ box- shadow: 2px 2px 0px 1px rgba(0, 0, 0, 0.06);
517
519
background- color : var(- - message-user- background- color - light) !important ;
518
520
}
519
521
.dark [data-testid = "bot" ] {
You can’t perform that action at this time.
0 commit comments