Merge branch 'dev' into last-message-only

This commit is contained in:
oobabooga 2025-06-01 13:52:36 -07:00
commit 596ac3bf4c

View file

@ -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);
}