Select random peer if no peer has spoken yet

This commit is contained in:
Torjus
2018-08-02 13:01:35 +02:00
parent c249472423
commit cf0e313d58
3 changed files with 64 additions and 2 deletions
@@ -12,6 +12,10 @@
overflow: hidden;
cursor: pointer;
&.me {
cursor: auto;
}
&.selected {
border-bottom-color: #377EFF;
}
@@ -21,6 +25,8 @@
[data-component='ListPeer'] {
display: flex;
align-items: center;
> .indicators {
left: 0;
top: 0;