chore: bug fix cleanup (#4)

This commit is contained in:
hampus-fluxer
2026-01-03 06:44:40 +01:00
committed by GitHub
parent 275126d61b
commit c9c5dceb47
80 changed files with 4639 additions and 3709 deletions

View File

@@ -103,6 +103,7 @@
display: flex;
flex-direction: column;
min-height: 0;
background-color: var(--background-tertiary);
}
.listWrapper {
@@ -118,6 +119,33 @@
padding: var(--spacing-3) var(--spacing-2) 0;
}
.emptyState {
position: absolute;
inset: 0;
display: flex;
align-items: center;
justify-content: center;
pointer-events: none;
}
.emptyStateInner {
display: flex;
flex-direction: column;
align-items: center;
gap: 8px;
color: var(--text-primary-muted);
opacity: 0.7;
}
.emptyIcon {
font-size: 42px;
line-height: 1;
}
.emptyLabel {
font-size: 0.875rem;
}
.header {
display: flex;
align-items: center;