WIP PWA for Grain
0
fork

Configure Feed

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

style: add border to comment sheet

+2
+2
src/components/organisms/grain-comment-sheet.js
··· 52 52 max-height: 70vh; 53 53 background: var(--color-bg-primary); 54 54 border-radius: 12px 12px 0 0; 55 + border: 1px solid var(--color-border); 56 + border-bottom: none; 55 57 display: flex; 56 58 flex-direction: column; 57 59 }