Theme fixes

This commit is contained in:
goodtube4u
2025-11-06 10:46:56 +10:00
parent daac3f4059
commit 2c287711ca

View File

@@ -683,6 +683,12 @@
/* Theater mode */
#goodTube_playerWrapper.goodTube_theater {
border-radius: 0;
background: #000000;
}
/* No black background on dark theme */
html[darker-dark-theme][dark] #goodTube_playerWrapper {
background: transparent;
}
/* Fix size of Youtube player (this has to do with us setting the aspect ratio inside "goodTube_youtube_setAspectRatio") */