Basic chat UI complete.
This commit is contained in:
parent
f109314163
commit
e81a4c0973
11 changed files with 393 additions and 71 deletions
|
|
@ -61,8 +61,32 @@ div.pm-panel-sesh-list-entry{
|
|||
flex-direction: row;
|
||||
}
|
||||
|
||||
|
||||
div.pm-panel-sesh-list-entry p{
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
div.pm-panel-sesh-list-entry, div.pm-panel-sesh-list-entry p{
|
||||
margin: 0;
|
||||
text-wrap: nowrap;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#pm-panel-sesh-buffer span{
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.pm-panel-sesh-message-sender, .pm-panel-sesh-message-content{
|
||||
margin: 0;
|
||||
font-size: 10pt;
|
||||
}
|
||||
|
||||
#pm-panel-sesh-welcome{
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
text-align: center;
|
||||
height: 100%;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue