minor css change

This commit is contained in:
binary-husky 2023-12-30 00:55:52 +08:00
parent ef8fadfa18
commit 417ca91e23

View File

@ -197,12 +197,12 @@ footer {
} }
textarea.svelte-1pie7s6 { textarea.svelte-1pie7s6 {
background: #e7e6e6 !important; background: #e7e6e6 !important;
width: 96% !important; width: 100% !important;
} }
.dark textarea.svelte-1pie7s6 { .dark textarea.svelte-1pie7s6 {
background: var(--input-background-fill) !important; background: var(--input-background-fill) !important;
width: 96% !important; width: 100% !important;
} }
.dark input[type=number].svelte-1cl284s { .dark input[type=number].svelte-1cl284s {
@ -508,12 +508,14 @@ ol:not(.options), ul:not(.options) {
[data-testid = "bot"] { [data-testid = "bot"] {
max-width: 85%; max-width: 85%;
border-bottom-left-radius: 0 !important; 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; background-color: var(--message-bot-background-color-light) !important;
} }
[data-testid = "user"] { [data-testid = "user"] {
max-width: 85%; max-width: 85%;
width: auto !important; width: auto !important;
border-bottom-right-radius: 0 !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; background-color: var(--message-user-background-color-light) !important;
} }
.dark [data-testid = "bot"] { .dark [data-testid = "bot"] {