ios: minheight on mediaitemcell

This commit is contained in:
2025-11-15 18:25:01 -08:00
parent a6ca763730
commit 848c4c2b55

View File

@@ -187,6 +187,7 @@ struct MediaItemCell: View
Spacer()
}
.padding([.top, .bottom], 4.0)
.frame(minHeight: 44.0)
}
private var iconName: String {