镜像自地址
https://github.com/binary-husky/gpt_academic.git
已同步 2025-12-06 14:36:48 +00:00
minor css change
这个提交包含在:
@@ -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"] {
|
||||||
|
|||||||
在新工单中引用
屏蔽一个用户