Get user re-querying working when they disconnect and improve the user status
This commit is contained in:
parent
1bf6cbbd45
commit
bb095a9b4e
5 changed files with 148 additions and 36 deletions
|
|
@ -9,12 +9,17 @@
|
|||
|
||||
li {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
flex-direction: column;
|
||||
margin: 0;
|
||||
border: 1px solid yellowgreen;
|
||||
border-radius: 4px;
|
||||
padding: 4px 8px;
|
||||
|
||||
> .user-summary {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue