support no profile and fresh install

This commit is contained in:
Mateusz Gruszczyński
2026-05-03 23:46:41 +02:00
parent 76deb822e8
commit 23452ed2ad
4 changed files with 68 additions and 8 deletions

View File

@@ -861,3 +861,20 @@ body.mobile-mode #mobileList { padding-top: 5.2rem !important; }
.preference-section {
border-left: .25rem solid var(--bs-primary);
}
/* Note: Empty first-run state is grouped separately to keep setup styles isolated and avoid duplicated table overrides. */
.empty-state {
display: inline-flex;
flex-direction: column;
align-items: center;
gap: .45rem;
max-width: 34rem;
white-space: normal;
}
.empty-state b {
color: var(--bs-body-color);
font-size: .95rem;
}
.empty-state span {
color: var(--bs-secondary-color);
}