Skip to content

Commit

Permalink
fix(YouTube - Overlay buttons): Increase padding of chapter and times…
Browse files Browse the repository at this point in the history
…tamp
  • Loading branch information
anddea committed Mar 25, 2024
1 parent 23fa805 commit e3db3e3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -248,8 +248,8 @@ object OverlayButtonsPatch : ResourcePatch() {

// Adjust TimeBar and Chapter bottom padding
arrayOf(
"@id/time_bar_chapter_title" to "15.0dip",
"@id/timestamps_container" to "13.0dip"
"@id/time_bar_chapter_title" to "16.0dip",
"@id/timestamps_container" to "14.0dip"
).forEach { (id, replace) ->
node.getAttributeNode("android:id")?.let { attribute ->
if (attribute.textContent == id) {
Expand Down

0 comments on commit e3db3e3

Please sign in to comment.