mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2025-06-07 06:06:20 -04:00
Merge branch 'dev' into last-message-only
This commit is contained in:
commit
596ac3bf4c
1 changed files with 7 additions and 2 deletions
|
@ -665,7 +665,7 @@ div.svelte-362y77>*, div.svelte-362y77>.form>* {
|
|||
position: absolute;
|
||||
background-color: transparent;
|
||||
left: -2px;
|
||||
top: -14px;
|
||||
top: -5px;
|
||||
padding: var(--block-padding);
|
||||
}
|
||||
|
||||
|
@ -776,9 +776,10 @@ div.svelte-362y77>*, div.svelte-362y77>.form>* {
|
|||
display: flex;
|
||||
flex-direction: row-reverse;
|
||||
font-weight: bold;
|
||||
justify-content: space-between;
|
||||
justify-content: start;
|
||||
width: 100%;
|
||||
padding-right: 12px;
|
||||
gap: 10px;
|
||||
}
|
||||
|
||||
#show-controls label input {
|
||||
|
@ -1326,6 +1327,10 @@ div.svelte-362y77>*, div.svelte-362y77>.form>* {
|
|||
overflow: hidden;
|
||||
}
|
||||
|
||||
.thinking-content:focus, .thinking-header:focus {
|
||||
outline: 0 !important;
|
||||
}
|
||||
|
||||
.dark .thinking-block {
|
||||
background-color: var(--darker-gray);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue