mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-10-01 01:26:03 -04:00
Increase --chat-buttons height
This commit is contained in:
parent
e75489c252
commit
8d85425e09
@ -334,7 +334,7 @@ div.svelte-362y77>*, div.svelte-362y77>.form>* {
|
||||
}
|
||||
|
||||
.chat-parent.old-ui {
|
||||
height: calc(100dvh - 290px);
|
||||
height: calc(100dvh - 270px);
|
||||
}
|
||||
|
||||
.bigchat {
|
||||
|
@ -10,7 +10,7 @@ function toggle_controls(value) {
|
||||
|
||||
chatParent.classList.remove("bigchat");
|
||||
document.getElementById('stop').parentElement.parentElement.parentElement.style.paddingBottom = isOld ? '0px' : '20px';
|
||||
document.getElementById('show-controls').parentNode.parentNode.style.paddingBottom = '115px';
|
||||
document.getElementById('show-controls').parentNode.parentNode.style.paddingBottom = isOld ? '95px' : '115px';
|
||||
} else {
|
||||
belowChatInput.forEach(element => {
|
||||
element.style.display = "none";
|
||||
|
Loading…
Reference in New Issue
Block a user