Skip to content

Commit e3db3e3

Browse files
committed
fix(YouTube - Overlay buttons): Increase padding of chapter and timestamp
1 parent 23fa805 commit e3db3e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/kotlin/app/revanced/patches/youtube/overlaybutton/general/OverlayButtonsPatch.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -248,8 +248,8 @@ object OverlayButtonsPatch : ResourcePatch() {
248248

249249
// Adjust TimeBar and Chapter bottom padding
250250
arrayOf(
251-
"@id/time_bar_chapter_title" to "15.0dip",
252-
"@id/timestamps_container" to "13.0dip"
251+
"@id/time_bar_chapter_title" to "16.0dip",
252+
"@id/timestamps_container" to "14.0dip"
253253
).forEach { (id, replace) ->
254254
node.getAttributeNode("android:id")?.let { attribute ->
255255
if (attribute.textContent == id) {

0 commit comments

Comments
 (0)