Skip to content

Commit

Permalink
Small Change
Browse files Browse the repository at this point in the history
  • Loading branch information
g-cqd committed Jul 14, 2024
1 parent 63614b2 commit 580d9e8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
1 change: 0 additions & 1 deletion Bilbary for iPhone/Viiews/BilbaryView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ struct BilbaryView: View {
// Spacer()
EPUBView()


// Spacer()
}

Expand Down
6 changes: 5 additions & 1 deletion Bilbary for iPhone/Viiews/CustomSheetView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,11 @@ struct CustomSheetView: View {
}
}
.background(.ultraThinMaterial)
.cornerRadius(20.0)
.clipShape(
.rect(
cornerRadii: .init(topLeading: 16.0, bottomLeading: 0, bottomTrailing: 0, topTrailing: 16.0)
)
)
.offset(y: coordinator.offset)
.gesture(
dragSheetGesture(observer: coordinator)
Expand Down
5 changes: 4 additions & 1 deletion Bilbary/Localizable.xcstrings
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,9 @@
},
"Today" : {

},
"Total Time Spent: %.2f seconds" : {

},
"Victor Hugo" : {

Expand All @@ -272,4 +275,4 @@
}
},
"version" : "1.0"
}
}

0 comments on commit 580d9e8

Please sign in to comment.