diff --git a/html/poketube.ejs b/html/poketube.ejs index 48c07f04..d5295bb6 100644 --- a/html/poketube.ejs +++ b/html/poketube.ejs @@ -287,6 +287,12 @@ } + +#continue { + max-width: 14px; + max-height: 14px; +} + .desc { white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */ white-space: -pre-wrap; /* Opera 4-6 */ @@ -1398,6 +1404,7 @@ if (/[?&]autoplay=/.test(location.search)) { } } + // Retrieve volume from local storage or set to max if not available const initialVolume = localStorage.getItem('playerVolume') || 1; const video = document.getElementById('video'); @@ -1520,7 +1527,7 @@ videoElement.addEventListener("fullscreenchange", () => { }); - + <% if (!optout) { %> @@ -1589,8 +1596,8 @@ videoElement.addEventListener("fullscreenchange", () => {