镜像自地址
https://github.com/binary-husky/gpt_academic.git
已同步 2025-12-06 06:26:47 +00:00
16 行
341 B
CSS
16 行
341 B
CSS
/* hide remove all button */
|
|
.remove-all.svelte-aqlk7e.svelte-aqlk7e.svelte-aqlk7e {
|
|
visibility: hidden;
|
|
}
|
|
|
|
/* hide selector border */
|
|
#input-plugin-group .wrap.svelte-aqlk7e.svelte-aqlk7e.svelte-aqlk7e {
|
|
border: 0px;
|
|
box-shadow: none;
|
|
}
|
|
|
|
/* hide selector label */
|
|
#input-plugin-group .svelte-1gfkn6j {
|
|
visibility: hidden;
|
|
}
|