A cheap attempt at a native Bluesky client for Android

SkeetView: Align avatar to top

Align the author's avatar to the top of the header, next to their name and handle.

+1 -1
+1 -1
app/src/main/java/industries/geesawra/monarch/SkeetView.kt
··· 110 110 modifier = Modifier 111 111 .fillMaxSize() 112 112 .padding(bottom = 8.dp), 113 - verticalAlignment = Alignment.CenterVertically 113 + verticalAlignment = Alignment.Top 114 114 ) { 115 115 AsyncImage( 116 116 model = ImageRequest.Builder(LocalContext.current)