fix(ui): tighten focus mode spacing
This commit is contained in:
@@ -19,12 +19,17 @@
|
||||
}
|
||||
|
||||
.shell--chat-focus {
|
||||
--shell-pad: 10px;
|
||||
--shell-gap: 12px;
|
||||
--shell-pad: 8px;
|
||||
--shell-gap: 0px;
|
||||
--shell-nav-col: 0px;
|
||||
--shell-topbar-row: 0px;
|
||||
}
|
||||
|
||||
.shell--chat-focus .content {
|
||||
padding-top: 0;
|
||||
gap: 0;
|
||||
}
|
||||
|
||||
.topbar {
|
||||
grid-area: topbar;
|
||||
position: sticky;
|
||||
|
||||
Reference in New Issue
Block a user