feat: new collection design, improvements

Co-authored-by: David Ralph <me@davidcralph.co.uk>
Co-authored-by: Isaac <contact@eartharoid.me>
This commit is contained in:
alexsparkes
2022-08-01 18:28:02 +01:00
parent 5b37478893
commit e3cadcb4e3
10 changed files with 133 additions and 28 deletions

View File

@@ -68,7 +68,9 @@
}
table {
border-collapse: separate;
@include themed() {
border-radius: t($borderRadius);
margin-top: 20px;
tr:first-child {
background: t($modal-sidebarActive);
@@ -76,7 +78,9 @@ table {
padding: 1rem;
}
}
td {
padding: 15px;
}
tr {
th:last-child {
display: grid;