New design for server roles editor.

This commit is contained in:
Paul
2021-07-03 22:17:53 +01:00
parent c4bbd1e40a
commit f81f7768f8
9 changed files with 145 additions and 76 deletions

View File

@@ -57,7 +57,6 @@
}
.members {
.subtitle {
display: flex;
justify-content: space-between;
@@ -84,15 +83,43 @@
.list {
width: 160px;
flex-shrink: 0;
overflow-y: scroll;
}
.permissions {
flex-grow: 1;
padding: 0 8px;
overflow-y: scroll;
section {
margin-bottom: 1em;
}
}
h2 {
margin: 8px 0;
.title {
gap: 8px;
display: flex;
margin-bottom: 1em;
align-items: center;
h1, h2 {
margin: 0;
min-width: 0;
flex-grow: 1;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
svg {
cursor: pointer;
}
}
.actions {
gap: 8px;
display: flex;
padding: 8px 0;
}
}