Bring back ability to edit roles on members.

Improve ban list design.
This commit is contained in:
Paul
2021-07-24 18:46:33 +01:00
parent dbaf246c27
commit 71020e6e8c
6 changed files with 149 additions and 38 deletions

View File

@@ -41,7 +41,8 @@
}
.invite,
.ban {
.ban,
.member {
gap: 8px;
padding: 10px;
display: flex;
@@ -69,25 +70,23 @@
opacity: 0.5;
}
}
}
.members {
.subtitle {
display: flex;
justify-content: space-between;
font-size: 13px;
text-transform: uppercase;
color: var(--secondary-foreground);
font-weight: 700;
}
.member {
gap: 8px;
cursor: pointer;
.chevron {
transition: 0.2s ease all;
}
&:not([data-open="true"]) .chevron {
transform: rotateZ(90deg);
}
}
.memberView {
padding: 10px;
display: flex;
align-items: center;
flex-direction: row;
background: var(--secondary-background);
margin: 0 10px;
background: var(--background);
}
}