mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-06 17:11:55 +00:00
Merge branch 'revoltchat:master' into patch-2
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user