mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2026-03-13 22:22:37 +03:00
Fix skip to highlight button alignment on new layout
This commit is contained in:
@@ -752,6 +752,13 @@ input::-webkit-inner-spin-button {
|
|||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
display: flex;
|
display: flex;
|
||||||
color: white;
|
color: white;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* July 2025 test UI */
|
||||||
|
.ytp-delhi-modern .skipButtonControlBarContainer {
|
||||||
|
height: 48px;
|
||||||
|
margin: auto 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skipButtonControlBarContainer.sbhidden {
|
.skipButtonControlBarContainer.sbhidden {
|
||||||
|
|||||||
Reference in New Issue
Block a user