fix(ui): move focus toggle to top bar

This commit is contained in:
Peter Steinberger
2026-01-08 03:47:15 +01:00
parent fbeb9e6775
commit e657e59b46
4 changed files with 25 additions and 26 deletions

View File

@@ -22,7 +22,7 @@
--shell-pad: 8px;
--shell-gap: 0px;
--shell-nav-col: 0px;
--shell-topbar-row: 0px;
--shell-topbar-row: auto;
}
.shell--chat-focus .content {
@@ -54,15 +54,6 @@
max-height: max(0px, var(--topbar-height, 92px));
}
.shell--chat-focus .topbar {
opacity: 0;
transform: translateY(-10px);
max-height: 0px;
padding: 0;
border-width: 0;
pointer-events: none;
}
.brand {
display: grid;
gap: 4px;