SimpleChatTC:ShowInfo:Clean up layout of showing of props data

Also ensure when switching between sessions, the full set of props
info is shown.
This commit is contained in:
hanishkvc 2025-10-21 19:57:53 +05:30
parent 0e21d67e8a
commit 303af1800e
2 changed files with 11 additions and 1 deletions

View File

@ -69,10 +69,20 @@ button {
padding-inline-start: 2vw;
}
.DivObjPropsInfoL0 {
margin: 0%;
}
[class^=SectionObjPropsInfoL] {
margin-left: 2vmin;
}
* {
margin: 0.6vmin;
}
@media print {
#fullbody {

View File

@ -1000,7 +1000,7 @@ class MultiChatUI {
}
this.elInSystem.value = chat.get_system_latest().ns.content;
this.elInUser.value = "";
chat.show(this.elDivChat);
chat.show(this.elDivChat, true, true);
this.elInUser.focus();
this.curChatId = chatId;
console.log(`INFO:SimpleChat:MCUI:HandleSessionSwitch:${chatId} entered...`);