support no profile and fresh install
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user