mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-11-22 08:07:56 +01:00
CSS fixes
This commit is contained in:
parent
3047ed8ce3
commit
6a1787a5fe
@ -1,6 +1,4 @@
|
|||||||
document.getElementById("main").style.setProperty("max-width", "800px");
|
document.getElementById("main").childNodes[0].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("max-width", "800px");
|
||||||
document.getElementById("extensions").style.setProperty("margin-left", "auto");
|
document.getElementById("extensions").style.setProperty("margin-left", "auto");
|
||||||
document.getElementById("extensions").style.setProperty("margin-right", "auto");
|
document.getElementById("extensions").style.setProperty("margin-right", "auto");
|
||||||
|
@ -36,4 +36,3 @@ ol li p, ul li p {
|
|||||||
#main, #settings, #chat-settings {
|
#main, #settings, #chat-settings {
|
||||||
border: 0;
|
border: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user