grain.social is a photo sharing platform built on atproto. grain.social
atproto photography appview
48
fork

Configure Feed

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

fix: add divider between share and moderation actions in profile menu

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

+2
+2
app/routes/profile/[did]/+page.svelte
··· 144 144 Share 145 145 </button> 146 146 {#if viewerDid && viewerDid !== did} 147 + <div class="menu-divider"></div> 147 148 {#if !blockHide} 148 149 <button class="menu-item" type="button" onclick={handleMute}> 149 150 <VolumeX size={15} /> ··· 388 389 } 389 390 .menu-item:hover { background: var(--bg-hover); } 390 391 .menu-item.danger { color: #f87171; } 392 + .menu-divider { height: 1px; background: var(--border); margin: 4px 0; } 391 393 </style>