mirror of
https://github.com/yattee/yattee.git
synced 2025-10-17 21:08:16 +00:00
Inspector and other layouts fixes
This commit is contained in:
@@ -12,6 +12,8 @@ struct ChaptersView: View {
|
||||
ForEach(chapters) { chapter in
|
||||
ChapterView(chapter: chapter)
|
||||
}
|
||||
Color.clear.frame(height: 50)
|
||||
.listRowBackground(Color.clear)
|
||||
}
|
||||
.listRowBackground(Color.clear)
|
||||
}
|
||||
|
Reference in New Issue
Block a user