text-generation-webui/css/chat.js

5 lines
353 B
JavaScript
Raw Normal View History

2023-03-15 20:55:40 +01:00
document.getElementById("main").childNodes[0].style = "max-width: 800px; margin-left: auto; margin-right: auto";
2023-03-15 20:39:59 +01:00
document.getElementById("extensions").style.setProperty("max-width", "800px");
document.getElementById("extensions").style.setProperty("margin-left", "auto");
document.getElementById("extensions").style.setProperty("margin-right", "auto");