mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-01-17 06:00:50 +01:00
Fix a small issue with the chat input
This commit is contained in:
parent
f154aeafea
commit
bb97ca1b22
|
|
@ -670,7 +670,7 @@ div.svelte-362y77>*, div.svelte-362y77>.form>* {
|
|||
position: absolute;
|
||||
background-color: transparent;
|
||||
left: 23px;
|
||||
top: -5px;
|
||||
top: -25px;
|
||||
padding: var(--block-padding);
|
||||
}
|
||||
|
||||
|
|
@ -830,7 +830,6 @@ div.svelte-362y77>*, div.svelte-362y77>.form>* {
|
|||
|
||||
#chat-input-row {
|
||||
padding: 1rem;
|
||||
padding-top: 0;
|
||||
}
|
||||
|
||||
#chat-input-row.bigchat {
|
||||
|
|
@ -1682,3 +1681,7 @@ button:focus {
|
|||
/* Prevent layout shifts */
|
||||
overflow-anchor: none;
|
||||
}
|
||||
|
||||
#chat-input span {
|
||||
display: none;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue