Merge branch 'revoltchat:master' into patch-2

This commit is contained in:
Ryan Alexander
2021-08-16 00:26:18 +10:00
committed by GitHub
20 changed files with 54 additions and 52 deletions

View File

@@ -88,7 +88,7 @@
overflow-y: auto;
flex-direction: column;
background: var(--primary-background);
border-radius: 0 0 2px 2px;
border-radius: 0 0 var(--border-radius) var(--border-radius);
.empty {
display: flex;
@@ -157,7 +157,7 @@
img {
width: 32px;
height: 32px;
border-radius: 50%;
border-radius: var(--border-radius-half);
}
span {