ui: add onboarding mode for control ui

This commit is contained in:
Peter Steinberger
2026-01-22 11:40:24 +00:00
parent 019726f2d1
commit 447db67b18
10 changed files with 3122 additions and 16 deletions

View File

@@ -37,6 +37,18 @@
grid-template-columns: 0px minmax(0, 1fr);
}
.shell--onboarding {
grid-template-rows: 0 1fr;
}
.shell--onboarding .topbar {
display: none;
}
.shell--onboarding .content {
padding-top: 0;
}
.shell--chat-focus .content {
padding-top: 0;
gap: 0;