personal memory agent
0
fork

Configure Feed

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

Merge branch 'hopper-e2bhinz6-entity-heading-spacing'

+4 -4
+4 -4
apps/entities/workspace.html
··· 9 9 } 10 10 11 11 .entity-type-group { 12 - margin-bottom: 1.5em; 12 + margin-bottom: 2em; 13 13 } 14 14 15 15 .entity-type-group:last-child { ··· 20 20 font-size: 0.85em; 21 21 font-weight: 500; 22 22 color: #6c757d; 23 - margin-bottom: 0.75em; 24 - padding-bottom: 0.5em; 23 + margin-bottom: 1em; 24 + padding-bottom: 0.65em; 25 25 border-bottom: 1px solid var(--facet-border, #e5e0db); 26 26 } 27 27 ··· 729 729 730 730 .entities-subtitle { 731 731 margin: 0; 732 - padding: 0.5em 1.5em; 732 + padding: 0.5em 1.5em 1.25em; 733 733 color: #6c757d; 734 734 font-size: 0.85em; 735 735 line-height: 1.4;