mirror of
https://github.com/mastodon/mastodon-ios
synced 2025-04-11 22:58:02 +02:00
Fix image sizing
This commit is contained in:
parent
019a9920f0
commit
042c496832
@ -24,6 +24,8 @@ struct MediaAltTextOverlay: View {
|
||||
Spacer()
|
||||
Button(action: { showingAlt = false }) {
|
||||
Image(systemName: "xmark.circle.fill")
|
||||
.resizable()
|
||||
.aspectRatio(contentMode: .fill)
|
||||
.frame(width: 20, height: 20)
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user