body{margin:0}main{width:100%;height:90vh;display:flex}aside{flex-direction:column;width:40%;height:100%;display:flex}section{flex-direction:column;flex:1;height:100%;display:flex}#history,#chat{flex:1;margin:4px}#config,#typing{margin:4px}#chat{background-color:#d3d3d3;overflow:auto}#prompt,#msg,#ai,#sendmsg,#show_setting{height:30px;margin:4px}#setting{height:100px;margin:4px}#typing{color:red;font-size:smaller}.latest_msg{background-color:pink;font-weight:bolder}.puber_msg{background-color:#ffb6c1;justify-content:space-between;align-items:center;display:flex}.hide{display:none!important}.input_area{align-items:center;display:flex}#msg{flex:1}audio{height:30px;margin-left:10px}.test_talk{width:100%;display:flex}#test_msg{flex:1;height:80vh;margin:4px}#test_send{margin:4px}@media (min-width:600px){main{height:100vh}}