mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-04-04 14:17:28 +00:00
Move chat UI elements to the right on desktop (#5538)
This commit is contained in:
parent
d8064c00e8
commit
1f27bef71b
2 changed files with 18 additions and 5 deletions
|
|
@ -689,6 +689,15 @@ div.svelte-362y77>*, div.svelte-362y77>.form>* {
|
|||
max-width: 300px;
|
||||
margin-left: calc(-0.5*(var(--document-width) - 880px - 14px - 16px * 2));
|
||||
}
|
||||
|
||||
#chat-controls {
|
||||
position: absolute;
|
||||
top: 16px;
|
||||
right: 0;
|
||||
width: calc(0.5*(var(--document-width) - 880px - 120px - 16px*2));
|
||||
max-width: 300px;
|
||||
margin-right: calc(-0.5*(var(--document-width) - 880px - 14px - 16px * 2));
|
||||
}
|
||||
}
|
||||
|
||||
/* ----------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue