personal memory agent
0
fork

Configure Feed

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

observer: move status badge adjacent to name (remove space-between, add 12px gap)

+1 -1
+1 -1
apps/observer/workspace.html
··· 32 32 } 33 33 .observer-header { 34 34 display: flex; 35 - justify-content: space-between; 36 35 align-items: center; 36 + gap: 12px; 37 37 margin-bottom: 0.5em; 38 38 } 39 39 .observer-name {