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 {

View File

@@ -4,7 +4,7 @@
&.icon {
.image {
border-radius: 50%;
border-radius: var(--border-radius-half);
}
}
@@ -50,7 +50,7 @@
color: white;
place-items: center;
background: rgba(95, 95, 95, 0.5);
transition: .2s ease-in-out opacity;
transition: 0.2s ease-in-out opacity;
}
}
@@ -75,7 +75,8 @@
}
&[data-uploading="true"] {
.image, .modify:first-child {
.image,
.modify:first-child {
cursor: not-allowed !important;
}
}