Skip to content

Commit 907eba3

Browse files
committed
Fix skip to highlight button alignment on new layout
1 parent 86cf324 commit 907eba3

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

public/content.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -752,6 +752,13 @@ input::-webkit-inner-spin-button {
752752
cursor: pointer;
753753
display: flex;
754754
color: white;
755+
align-items: center;
756+
}
757+
758+
/* July 2025 test UI */
759+
.ytp-delhi-modern .skipButtonControlBarContainer {
760+
height: 48px;
761+
margin: auto 0;
755762
}
756763

757764
.skipButtonControlBarContainer.sbhidden {

0 commit comments

Comments
 (0)