[Glitch] Change appearance of account cards in web UI

Port dba4be1038 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
Eugen Rochko
2022-03-07 11:38:52 +01:00
committed by Claire
parent 69a4f17988
commit 481f7c8c38
8 changed files with 144 additions and 302 deletions

View File

@ -94,17 +94,7 @@
padding: 0;
}
.directory__list {
display: grid;
grid-gap: 10px;
grid-template-columns: minmax(0, 50%) minmax(0, 50%);
@media screen and (max-width: $no-gap-breakpoint) {
display: block;
}
}
.directory__card {
.account-card {
margin-bottom: 0;
}