fix(ui): move focus toggle to top bar
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user