调整AI助手样式为边栏

This commit is contained in:
fofolee
2025-02-20 19:40:29 +08:00
parent 4f5ef89558
commit 196d54a993
11 changed files with 819 additions and 500 deletions

View File

@@ -7,7 +7,6 @@
background-color: #f6f8fa;
padding: 1em;
border-radius: 6px;
overflow-x: auto;
margin: 2px 0;
overflow-x: auto;
max-width: 100%;
@@ -46,6 +45,7 @@
.markdown h6 {
margin: 2px 0;
font-weight: 600;
line-height: 1.5rem;
}
.markdown h1 {
@@ -77,8 +77,8 @@
color: #999;
}
.markdown code ::-webkit-scrollbar {
height: 5px;
.markdown pre::-webkit-scrollbar {
height: 3px;
}
.markdown a {

View File

@@ -3,8 +3,8 @@
.q-field--filled:not(.q-textarea) .q-field__control,
.q-field--filled:not(.q-textarea) .q-field__control>*,
.q-field--filled:not(.q-field--labeled):not(.q-textarea) .q-field__native {
max-height: 36px !important;
min-height: 36px !important;
max-height: 36px;
min-height: 36px;
}
.q-field--filled .q-field__control,