add join to list

This commit is contained in:
Johannes Kirschbauer
2024-01-20 13:15:25 +01:00
parent 3be697d1e9
commit d0b075c217
10 changed files with 229 additions and 63 deletions

View File

@@ -12,5 +12,20 @@ avatar {
}
.trust {
padding: 25px;
}
padding-top: 25px;
padding-bottom: 25px;
}
.vm-list {
margin-top: 25px;
margin-bottom: 25px;
}
.no-shadow {
box-shadow: none;
}
/* TODO: Disable shadow for empty lists */
/* list:empty {
box-shadow: none;
} */