mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2025-06-09 07:07:16 -04:00
CSS fix
This commit is contained in:
parent
c1959c26ee
commit
87b84d2275
1 changed files with 6 additions and 2 deletions
|
@ -1,2 +1,6 @@
|
||||||
document.getElementById("main").childNodes[0].style = "max-width: 800px; margin-left: auto; margin-right: auto";
|
document.getElementById("main").style.setProperty("max-width", "800px");
|
||||||
document.getElementById("extensions").style = "max-width: 800px; margin-left: auto; margin-right: auto";
|
document.getElementById("main").style.setProperty("margin-left", "auto");
|
||||||
|
document.getElementById("main").style.setProperty("margin-right", "auto");
|
||||||
|
document.getElementById("extensions").style.setProperty("max-width", "800px");
|
||||||
|
document.getElementById("extensions").style.setProperty("margin-left", "auto");
|
||||||
|
document.getElementById("extensions").style.setProperty("margin-right", "auto");
|
||||||
|
|
Loading…
Add table
Reference in a new issue