Increase --chat-buttons height
This commit is contained in:
parent
e75489c252
commit
8d85425e09
2 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue