We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23fa805 commit e3db3e3Copy full SHA for e3db3e3
src/main/kotlin/app/revanced/patches/youtube/overlaybutton/general/OverlayButtonsPatch.kt
@@ -248,8 +248,8 @@ object OverlayButtonsPatch : ResourcePatch() {
248
249
// Adjust TimeBar and Chapter bottom padding
250
arrayOf(
251
- "@id/time_bar_chapter_title" to "15.0dip",
252
- "@id/timestamps_container" to "13.0dip"
+ "@id/time_bar_chapter_title" to "16.0dip",
+ "@id/timestamps_container" to "14.0dip"
253
).forEach { (id, replace) ->
254
node.getAttributeNode("android:id")?.let { attribute ->
255
if (attribute.textContent == id) {
0 commit comments