Skip to content

Commit 417ca91

Browse files
committed
minor css change
1 parent ef8fadf commit 417ca91

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

themes/green.css

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,12 +197,12 @@ footer {
197197
}
198198
textarea.svelte-1pie7s6 {
199199
background: #e7e6e6 !important;
200-
width: 96% !important;
200+
width: 100% !important;
201201
}
202202

203203
.dark textarea.svelte-1pie7s6 {
204204
background: var(--input-background-fill) !important;
205-
width: 96% !important;
205+
width: 100% !important;
206206
}
207207

208208
.dark input[type=number].svelte-1cl284s {
@@ -508,12 +508,14 @@ ol:not(.options), ul:not(.options) {
508508
[data-testid = "bot"] {
509509
max-width: 85%;
510510
border-bottom-left-radius: 0 !important;
511+
box-shadow: 2px 2px 0px 1px rgba(0, 0, 0, 0.06);
511512
background-color: var(--message-bot-background-color-light) !important;
512513
}
513514
[data-testid = "user"] {
514515
max-width: 85%;
515516
width: auto !important;
516517
border-bottom-right-radius: 0 !important;
518+
box-shadow: 2px 2px 0px 1px rgba(0, 0, 0, 0.06);
517519
background-color: var(--message-user-background-color-light) !important;
518520
}
519521
.dark [data-testid = "bot"] {

0 commit comments

Comments
 (0)