Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions apps/desktop/src/renderer/styles/composer.css
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,12 @@
text-align: center;
}

/* The expanded sidebar already exposes WorkHub. Keep this fallback only
when that navigation is collapsed, using the shell's sidebar authority. */
.appFrame[data-sidebar-state='expanded'] .maka-return-workhub {
display: none;
}

/* Reaching the transcript tail fades the scroll-to-bottom control while the
composer below it stays still. Both otherwise share the dock's filtered
compositing surface, so Chromium may re-raster the thin context-gauge paths
Expand Down