mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2025-04-26 18:04:44 +00:00
Add maxWidth for link card
This commit is contained in:
parent
ac75187298
commit
f638197a08
1 changed files with 1 additions and 0 deletions
|
@ -56,6 +56,7 @@ public struct StatusCardView: View {
|
||||||
RoundedRectangle(cornerRadius: 16)
|
RoundedRectangle(cornerRadius: 16)
|
||||||
.stroke(.gray.opacity(0.35), lineWidth: 1)
|
.stroke(.gray.opacity(0.35), lineWidth: 1)
|
||||||
)
|
)
|
||||||
|
.frame(maxWidth: .maxColumnWidth)
|
||||||
.onTapGesture {
|
.onTapGesture {
|
||||||
openURL(url)
|
openURL(url)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue