personal memory agent
0
fork

Configure Feed

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

speakers: add banner shadow, tighten margin, and restyle load-more as ghost button

Discovery banner gets a subtle box-shadow and reduced bottom margin (12→8px).

Load-more button becomes a borderless ghost action with lighter text color (#6b7280) and increased top padding (8→12px).

+5 -4
+5 -4
apps/speakers/workspace.html
··· 675 675 676 676 .spk-discovery-banner { 677 677 display: none; 678 - margin-bottom: 12px; 678 + margin-bottom: 8px; 679 679 padding: 16px 18px; 680 680 border-radius: 12px; 681 681 border: 1px solid #bbf7d0; 682 682 background: #f0fdf4; 683 + box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); 683 684 } 684 685 685 686 .spk-discovery-panel { ··· 873 874 874 875 /* Pagination - load more */ 875 876 .spk-load-more { 876 - padding: 8px 16px; 877 + padding: 12px 16px; 877 878 border-top: 1px solid #e5e7eb; 878 879 text-align: center; 879 880 } 880 881 881 882 .spk-load-more-btn { 882 883 background: none; 883 - border: 1px solid #d1d5db; 884 + border: none; 884 885 border-radius: 6px; 885 886 padding: 6px 16px; 886 887 font-size: 13px; 887 - color: #374151; 888 + color: #6b7280; 888 889 cursor: pointer; 889 890 width: 100%; 890 891 transition: background 0.15s;