Add chatId in ws connection
This commit is contained in:
@@ -304,6 +304,10 @@ body {
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
.connection__field--chat {
|
||||
flex: 0 1 220px;
|
||||
}
|
||||
|
||||
.connection__field span {
|
||||
font-size: 11px;
|
||||
color: var(--text-dim);
|
||||
@@ -1013,6 +1017,10 @@ body {
|
||||
align-items: stretch;
|
||||
}
|
||||
|
||||
.connection__field--chat {
|
||||
flex-basis: auto;
|
||||
}
|
||||
|
||||
.ws-log__entry,
|
||||
.ws-log__group-header {
|
||||
grid-template-columns: 54px 38px minmax(0, 1fr);
|
||||
|
||||
Reference in New Issue
Block a user