mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-10-01 01:26:03 -04:00
4 lines
294 B
JavaScript
4 lines
294 B
JavaScript
document.getElementById("main").parentNode.childNodes[0].style = "border: none; background-color: #8080802b; margin-bottom: 40px";
|
|
document.getElementById("main").parentNode.style = "padding: 0; margin: 0";
|
|
document.getElementById("main").parentNode.parentNode.parentNode.style = "padding: 0";
|