Skip to content

Commit

Permalink
df
Browse files Browse the repository at this point in the history
  • Loading branch information
F1xGOD authored Mar 21, 2024
1 parent 04c2a09 commit d005eab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chat.html
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@
}else{console.log("LOADED!");
var final="";
for(var pp = 0; pp < chat.length;pp++){
final+=`<div style="display:flex;position: relative;height:max-content;width: max-content;background-color: #1e1e1e;border-radius: 4px;"><p style="padding:3px;margin:10px;margin-top:7px;text-align:center;color:#ffffff;font-weight:bold;font-family:Calibri;font-size:17px">${chat[pp].content}</p></div>`
final+=`<div style=\"display:flex;position: relative;height:max-content;width: max-content;background-color: #1e1e1e;border-radius: 4px;\"><p style=\"padding:3px;margin:10px;margin-top:7px;text-align:center;color:#ffffff;font-weight:bold;font-family:Calibri;font-size:17px\">${chat[pp].content}</p></div>`
if(pp==chat.length-1){
document.getElementById("texts").innerHTML=final
}
Expand Down

0 comments on commit d005eab

Please sign in to comment.