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) {