Change the chat generate button

This commit is contained in:
oobabooga 2023-09-14 05:16:44 -07:00
parent ecc90f9f62
commit 644a9b8765
3 changed files with 8 additions and 2 deletions

View file

@ -226,6 +226,8 @@ document.getElementById('stop').parentElement.parentElement.style.flexDirection
document.getElementById('stop').parentElement.parentElement.style.paddingBottom = '3px';
document.getElementById('stop').parentElement.parentElement.parentElement.style.paddingBottom = '20px';
document.getElementById('stop').parentElement.parentElement.style.flex = '0 0 auto';
document.getElementById('gr-hover').parentElement.style.minWidth = 0;
document.getElementById('gr-hover').parentElement.style.display = 'flex';
document.getElementById('gr-hover').parentElement.style.flexDirection = 'column-reverse';