mirror of
https://github.com/mue/mue.git
synced 2026-07-26 02:01:19 +02:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user