personal memory agent
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

convey: reserve chat-bar space in transcripts viewport layout

+6
+6
apps/transcripts/workspace.html
··· 20 20 height: calc(100vh - var(--facet-bar-height) - var(--date-nav-height)); 21 21 } 22 22 23 + body.has-app-bar.has-date-nav .workspace:has(.tr-wrap) { 24 + height: calc( 25 + 100vh - var(--facet-bar-height) - var(--date-nav-height) - var(--app-bar-height) - 80px 26 + ); 27 + } 28 + 23 29 /* Main container */ 24 30 .tr-wrap { 25 31 max-width: 1400px;