mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2024-12-23 13:28:50 +01:00
Fix timeline top padding
This commit is contained in:
parent
e41dcd6976
commit
4fee875fa7
@ -243,7 +243,7 @@ public struct TimelineView: View {
|
|||||||
|
|
||||||
private var scrollToTopView: some View {
|
private var scrollToTopView: some View {
|
||||||
ScrollToView()
|
ScrollToView()
|
||||||
.frame(height: .layoutPadding)
|
.frame(height: pinnedFilters.isEmpty ? .layoutPadding : 0)
|
||||||
.onAppear {
|
.onAppear {
|
||||||
viewModel.scrollToTopVisible = true
|
viewModel.scrollToTopVisible = true
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user