mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2025-01-12 06:37:15 +01:00
Add maxWidth for link card
This commit is contained in:
parent
ac75187298
commit
f638197a08
@ -56,6 +56,7 @@ public struct StatusCardView: View {
|
||||
RoundedRectangle(cornerRadius: 16)
|
||||
.stroke(.gray.opacity(0.35), lineWidth: 1)
|
||||
)
|
||||
.frame(maxWidth: .maxColumnWidth)
|
||||
.onTapGesture {
|
||||
openURL(url)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user