mirror of
https://github.com/yattee/yattee.git
synced 2025-01-10 14:57:08 +00:00
Minor fixes
This commit is contained in:
parent
9949303166
commit
5ded159dec
@ -114,6 +114,11 @@ struct HomeView: View {
|
|||||||
.id(recentDocumentsID)
|
.id(recentDocumentsID)
|
||||||
}
|
}
|
||||||
.frame(maxWidth: .infinity, alignment: .leading)
|
.frame(maxWidth: .infinity, alignment: .leading)
|
||||||
|
#if os(tvOS)
|
||||||
|
.padding(.trailing, 40)
|
||||||
|
#else
|
||||||
|
.padding(.trailing, 15)
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
@ -144,6 +149,8 @@ struct HomeView: View {
|
|||||||
.frame(maxWidth: .infinity, alignment: .leading)
|
.frame(maxWidth: .infinity, alignment: .leading)
|
||||||
#if os(tvOS)
|
#if os(tvOS)
|
||||||
.padding(.trailing, 40)
|
.padding(.trailing, 40)
|
||||||
|
#else
|
||||||
|
.padding(.trailing, 15)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
HistoryView(limit: homeHistoryItems)
|
HistoryView(limit: homeHistoryItems)
|
||||||
|
Loading…
Reference in New Issue
Block a user