Dark theme fix

This commit is contained in:
goodtube4u
2024-07-27 17:04:41 +10:00
parent cd0d84f7ce
commit cf4887697b
2 changed files with 9 additions and 1 deletions

View File

@@ -468,6 +468,10 @@
background: #ffffff;
z-index: 998;
}
html[dark] .goodTube_hiddenPlayer::before {
background: #0f0f0f;
}
`;
document.head.appendChild(style);
@@ -4289,6 +4293,10 @@
overflow: hidden;
}
html[dark] #goodTube_playerWrapper {
background: #0f0f0f;
}
/* Mobile */
#goodTube_playerWrapper.goodTube_mobile {
position: fixed;

2
goodtube.min.js vendored

File diff suppressed because one or more lines are too long