diff --git a/themes/green.css b/themes/green.css index 870af48..85dd801 100644 --- a/themes/green.css +++ b/themes/green.css @@ -197,12 +197,12 @@ footer { } textarea.svelte-1pie7s6 { background: #e7e6e6 !important; - width: 96% !important; + width: 100% !important; } .dark textarea.svelte-1pie7s6 { background: var(--input-background-fill) !important; - width: 96% !important; + width: 100% !important; } .dark input[type=number].svelte-1cl284s { @@ -508,12 +508,14 @@ ol:not(.options), ul:not(.options) { [data-testid = "bot"] { max-width: 85%; border-bottom-left-radius: 0 !important; + box-shadow: 2px 2px 0px 1px rgba(0, 0, 0, 0.06); background-color: var(--message-bot-background-color-light) !important; } [data-testid = "user"] { max-width: 85%; width: auto !important; border-bottom-right-radius: 0 !important; + box-shadow: 2px 2px 0px 1px rgba(0, 0, 0, 0.06); background-color: var(--message-user-background-color-light) !important; } .dark [data-testid = "bot"] {