mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Fixed frame for more icon
This commit is contained in:
parent
d094e80b5b
commit
a0fdf60cd3
1 changed files with 1 additions and 0 deletions
|
|
@ -277,6 +277,7 @@ struct WebReaderContainerView: View {
|
|||
Image(systemName: "ellipsis")
|
||||
.padding(.horizontal)
|
||||
.scaleEffect(navBarVisibilityRatio)
|
||||
.frame(width: 36, height: 36)
|
||||
#else
|
||||
Text(LocalText.genericOptions)
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue