More consistent image for the ellipsis
This commit is contained in:
@ -168,7 +168,7 @@ struct LinkItemDetailView: View {
|
||||
}
|
||||
},
|
||||
label: {
|
||||
Image.profile
|
||||
Image(systemName: "ellipsis")
|
||||
.padding(.horizontal)
|
||||
.scaleEffect(navBarVisibilityRatio)
|
||||
}
|
||||
|
||||
@ -274,7 +274,7 @@ struct WebReaderContainerView: View {
|
||||
},
|
||||
label: {
|
||||
#if os(iOS)
|
||||
Image.profile
|
||||
Image(systemName: "ellipsis")
|
||||
.padding(.horizontal)
|
||||
.scaleEffect(navBarVisibilityRatio)
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user