mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-12-22 18:22:37 +08:00
调整AI助手样式为边栏
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user