mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
More consistent image for the ellipsis
This commit is contained in:
parent
d3052cffbc
commit
d094e80b5b
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue