personal memory agent
0
fork

Configure Feed

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

Merge branch 'hopper-lpuqdu2i-card-border-weight'

+2 -1
+2 -1
apps/entities/workspace.html
··· 33 33 34 34 .entity-card { 35 35 background: #f8f9fa; 36 - border: 1px solid var(--facet-border, #e5e0db); 36 + border: 1px solid var(--facet-border, #ede9e6); 37 37 border-radius: 8px; 38 38 padding: 1.1em 1.2em; 39 39 cursor: pointer; 40 40 transition: all 0.15s; 41 + box-shadow: 0 1px 2px rgba(0,0,0,0.04); 41 42 position: relative; 42 43 } 43 44