优化搜索prompt速度

This commit is contained in:
w_xiaolizu
2023-06-06 16:47:11 +08:00
parent d818ba1be2
commit 3dcf3cf981
4 changed files with 18 additions and 7 deletions

View File

@ -139,6 +139,10 @@ textarea {
/* overflow: auto !important; */
z-index: 2;
}
#prompt_result{
height: 50vh !important;
max-height: 50vh !important;
}
.wrap.svelte-18telvq.svelte-18telvq {
padding: var(--block-padding) !important;
height: 100% !important;
@ -153,7 +157,6 @@ textarea {
width: 100%;
height: 100%;
}
.markdown-body table {
margin: 1em 0;
border-collapse: collapse;