From e3db3e387ce5e48f915fceb0e2a8db983c41b5a3 Mon Sep 17 00:00:00 2001 From: Aaron Veil <70171475+anddea@users.noreply.github.com> Date: Mon, 25 Mar 2024 23:48:59 +0300 Subject: [PATCH] fix(YouTube - Overlay buttons): Increase padding of chapter and timestamp --- .../youtube/overlaybutton/general/OverlayButtonsPatch.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/kotlin/app/revanced/patches/youtube/overlaybutton/general/OverlayButtonsPatch.kt b/src/main/kotlin/app/revanced/patches/youtube/overlaybutton/general/OverlayButtonsPatch.kt index 704c02a3b..9aa0578f1 100644 --- a/src/main/kotlin/app/revanced/patches/youtube/overlaybutton/general/OverlayButtonsPatch.kt +++ b/src/main/kotlin/app/revanced/patches/youtube/overlaybutton/general/OverlayButtonsPatch.kt @@ -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) {