This commit is contained in:
Hymmel 2025-10-09 11:45:28 +02:00
parent 7501821341
commit 24da23f1cf

View file

@ -257,13 +257,14 @@ button.small {
.list.compact { .list.compact {
gap: 0.5rem; gap: 0.5rem;
padding-bottom: 0.5rem;
} }
.list-item { .list-item {
background: rgba(15, 23, 42, 0.6); background: rgba(15, 23, 42, 0.6);
border: 1px solid rgba(148, 163, 184, 0.2); border: 1px solid rgba(148, 163, 184, 0.2);
border-radius: 12px; border-radius: 12px;
padding: 1rem; padding: 0 1rem 1rem 1rem;
display: grid; display: grid;
gap: 0.5rem; gap: 0.5rem;
} }
@ -294,6 +295,7 @@ button.small {
justify-content: space-between; justify-content: space-between;
align-items: center; align-items: center;
gap: 0.5rem; gap: 0.5rem;
padding-top: 0.5rem;
flex-wrap: wrap; flex-wrap: wrap;
} }
@ -306,6 +308,7 @@ button.small {
color: #94a3b8; color: #94a3b8;
display: flex; display: flex;
gap: 1rem; gap: 1rem;
padding-bottom: 0.5rem;
flex-wrap: wrap; flex-wrap: wrap;
} }