mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-11-22 08:07:56 +01: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 {
|
.chat-parent.old-ui {
|
||||||
height: calc(100dvh - 290px);
|
height: calc(100dvh - 270px);
|
||||||
}
|
}
|
||||||
|
|
||||||
.bigchat {
|
.bigchat {
|
||||||
|
@ -10,7 +10,7 @@ function toggle_controls(value) {
|
|||||||
|
|
||||||
chatParent.classList.remove("bigchat");
|
chatParent.classList.remove("bigchat");
|
||||||
document.getElementById('stop').parentElement.parentElement.parentElement.style.paddingBottom = isOld ? '0px' : '20px';
|
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 {
|
} else {
|
||||||
belowChatInput.forEach(element => {
|
belowChatInput.forEach(element => {
|
||||||
element.style.display = "none";
|
element.style.display = "none";
|
||||||
|
Loading…
Reference in New Issue
Block a user