Skip to content

Commit

Permalink
CSS fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
oobabooga committed Mar 15, 2023
1 parent 3047ed8 commit 6a1787a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 1 addition & 3 deletions css/chat.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
document.getElementById("main").style.setProperty("max-width", "800px");
document.getElementById("main").style.setProperty("margin-left", "auto");
document.getElementById("main").style.setProperty("margin-right", "auto");
document.getElementById("main").childNodes[0].style = "max-width: 800px; margin-left: auto; 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");
1 change: 0 additions & 1 deletion css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,3 @@ ol li p, ul li p {
#main, #settings, #chat-settings {
border: 0;
}

0 comments on commit 6a1787a

Please sign in to comment.