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:
parent
0e21d67e8a
commit
303af1800e
|
|
@ -69,10 +69,20 @@ button {
|
|||
padding-inline-start: 2vw;
|
||||
}
|
||||
|
||||
|
||||
.DivObjPropsInfoL0 {
|
||||
margin: 0%;
|
||||
}
|
||||
[class^=SectionObjPropsInfoL] {
|
||||
margin-left: 2vmin;
|
||||
}
|
||||
|
||||
|
||||
* {
|
||||
margin: 0.6vmin;
|
||||
}
|
||||
|
||||
|
||||
@media print {
|
||||
|
||||
#fullbody {
|
||||
|
|
|
|||
|
|
@ -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...`);
|
||||
|
|
|
|||
Loading…
Reference in New Issue