feat: improve appearance of members list, same method as messages
This commit is contained in:
parent
67e10a4387
commit
d22e77ed14
1 changed files with 5 additions and 3 deletions
|
@ -97,12 +97,14 @@ function toggleInvitePopup(e: Event) {
|
|||
|
||||
#members-list {
|
||||
display: grid;
|
||||
grid-template-columns: auto;
|
||||
grid-template-columns: min-content 1fr;
|
||||
gap: 2dvh;
|
||||
align-items: center;
|
||||
margin-top: 1dvh;
|
||||
}
|
||||
|
||||
.member-item {
|
||||
display: grid;
|
||||
grid-template-columns: 2dvw auto;
|
||||
display: contents;
|
||||
margin-top: .5em;
|
||||
margin-bottom: .5em;
|
||||
gap: 1em;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue