Fix skip to highlight button alignment on new layout

This commit is contained in:
Ajay
2025-07-21 03:55:40 -04:00
parent 86cf324d62
commit 907eba3827

View File

@@ -752,6 +752,13 @@ input::-webkit-inner-spin-button {
cursor: pointer;
display: flex;
color: white;
align-items: center;
}
/* July 2025 test UI */
.ytp-delhi-modern .skipButtonControlBarContainer {
height: 48px;
margin: auto 0;
}
.skipButtonControlBarContainer.sbhidden {