feat: change members list back to using flex display
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
This commit is contained in:
parent
3899843a7c
commit
d49d533724
1 changed files with 7 additions and 5 deletions
|
@ -96,15 +96,17 @@ function toggleInvitePopup(e: Event) {
|
||||||
}
|
}
|
||||||
|
|
||||||
#members-list {
|
#members-list {
|
||||||
display: grid;
|
display: flex;
|
||||||
grid-template-columns: min-content 1fr;
|
flex-direction: column;
|
||||||
gap: 2dvh;
|
overflow-y: scroll;
|
||||||
align-items: center;
|
padding-left: 1dvw;
|
||||||
|
padding-right: 1dvw;
|
||||||
margin-top: 1dvh;
|
margin-top: 1dvh;
|
||||||
}
|
}
|
||||||
|
|
||||||
.member-item {
|
.member-item {
|
||||||
display: contents;
|
display: grid;
|
||||||
|
grid-template-columns: 2dvw 1fr;
|
||||||
margin-top: .5em;
|
margin-top: .5em;
|
||||||
margin-bottom: .5em;
|
margin-bottom: .5em;
|
||||||
gap: 1em;
|
gap: 1em;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue