mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Move back to book style images
This commit is contained in:
parent
f2b378181d
commit
fe8e10a9cf
2 changed files with 3 additions and 4 deletions
|
|
@ -770,7 +770,6 @@ struct AnimatingCellHeight: AnimatableModifier {
|
|||
|
||||
Spacer()
|
||||
}
|
||||
.frame(maxHeight: .infinity)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -157,12 +157,12 @@ public struct LibraryItemCard: View {
|
|||
image
|
||||
.resizable()
|
||||
.aspectRatio(contentMode: .fill)
|
||||
.frame(width: 50, height: 50)
|
||||
.frame(width: 50, height: 75)
|
||||
.cornerRadius(5)
|
||||
.padding(.top, 2)
|
||||
} else {
|
||||
Color.systemBackground
|
||||
.frame(width: 50, height: 50)
|
||||
.frame(width: 50, height: 75)
|
||||
.cornerRadius(5)
|
||||
.padding(.top, 2)
|
||||
}
|
||||
|
|
@ -171,7 +171,7 @@ public struct LibraryItemCard: View {
|
|||
fallbackImage
|
||||
}
|
||||
}
|
||||
.padding(.top, 15)
|
||||
.padding(.top, 10)
|
||||
.cornerRadius(5)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue