mirror of
https://github.com/lumaa-dev/BubbleApp.git
synced 2025-02-02 19:47:19 +01:00
Fixed header width
This commit is contained in:
parent
60e4b6c86a
commit
5320597963
@ -97,7 +97,7 @@ struct ProfileView: View {
|
||||
image
|
||||
.resizable()
|
||||
.scaledToFill()
|
||||
.frame(height: appDelegate.windowHeight / 5)
|
||||
.frame(width: appDelegate.windowWidth - 50, height: appDelegate.windowHeight / 5)
|
||||
.clipped()
|
||||
.clipShape(RoundedRectangle(cornerRadius: 15.0))
|
||||
.padding(.bottom)
|
||||
|
Loading…
x
Reference in New Issue
Block a user