fix: keep collapsed reply avatar at the full Size55dp

Match the avatar size used by the expanded NoteCompose so the picture stays
the same size when a thread reply is collapsed.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_015hwQiQbgboo8LScPdDHDJn
This commit is contained in:
Claude
2026-06-18 20:01:19 +00:00
parent d4c3b83295
commit 0c4b4a9902
@@ -223,7 +223,6 @@ import com.vitorpamplona.amethyst.ui.theme.EditFieldTrailingIconModifier
import com.vitorpamplona.amethyst.ui.theme.FeedPadding
import com.vitorpamplona.amethyst.ui.theme.PaddingHorizontal12Modifier
import com.vitorpamplona.amethyst.ui.theme.Size20dp
import com.vitorpamplona.amethyst.ui.theme.Size25dp
import com.vitorpamplona.amethyst.ui.theme.Size55dp
import com.vitorpamplona.amethyst.ui.theme.Size5dp
import com.vitorpamplona.amethyst.ui.theme.StdHorzSpacer
@@ -523,7 +522,7 @@ private fun CollapsedNoteCompose(
.padding(horizontal = 10.dp, vertical = 10.dp),
verticalAlignment = Alignment.CenterVertically,
) {
NoteAuthorPicture(baseNote = baseNote, size = Size25dp, accountViewModel = accountViewModel, nav = nav)
NoteAuthorPicture(baseNote = baseNote, size = Size55dp, accountViewModel = accountViewModel, nav = nav)
Spacer(modifier = StdHorzSpacer)