Virtualise server settings user lists. Closes #300

This commit is contained in:
Paul
2021-09-25 14:43:28 +01:00
parent 81379d6ec4
commit 920f78b650
8 changed files with 272 additions and 337 deletions

View File

@@ -19,6 +19,7 @@
.userList {
gap: 8px;
flex-grow: 1;
display: flex;
flex-direction: column;
@@ -53,6 +54,10 @@
span,
code {
flex: 1;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
code {
@@ -85,9 +90,12 @@
.memberView {
padding: 10px;
margin: 0 10px;
background: var(--background);
}
.virtual {
flex-grow: 1;
}
}
.roles {