diff --git a/HOSTING_REQUIREMENTS.md b/HOSTING_REQUIREMENTS.md index 674b21db..641ed395 100644 --- a/HOSTING_REQUIREMENTS.md +++ b/HOSTING_REQUIREMENTS.md @@ -1,7 +1,7 @@ -Internet : 1GBIT (recommended 5GBIT) +Internet: 1GBIT (recommended 5GBIT) -Ram : 2GB +RAM: 2GB -Cpu : Any recent one +CPU: Any recent one -OS: Microsoft Windows, macOs or GNU/LINUX (doesnt work on "musl" distros ) with systemd or any service manager \ No newline at end of file +OS: Microsoft Windows, macOS or GNU/LINUX (doesnt work on "musl" distros ) with systemd or any service manager \ No newline at end of file diff --git a/css/app.js b/css/app.js index 9baba40b..a9c47dfb 100644 --- a/css/app.js +++ b/css/app.js @@ -247,7 +247,7 @@ fetchUrls(urls); var currentSpeed = video.playbackRate; var newSpeed = getNextSpeed(currentSpeed); video.playbackRate = newSpeed; - speedOption.textContent = "Speed: " + newSpeed.toFixed(2) + "x"; + speedOption.innerHTML = " Speed: " + newSpeed.toFixed(2) + "x"; }); function getNextSpeed(currentSpeed) { diff --git a/css/mobile.css b/css/mobile.css index fd665aed..a9720644 100644 --- a/css/mobile.css +++ b/css/mobile.css @@ -1773,15 +1773,14 @@ ptd-custom-more { } @media screen and (orientation:landscape) { - .ptnewbuttons { - margin-left:auto; - width:fit-content; - width:-moz-fit-content; - overflow:scroll; - max-width:150em!important; - margin-right: auto !important; - } + .ptnewbuttons { + margin-left:auto; + width:auto; + max-width:150em!important; + margin-right:auto !important; + } } + .new-button.engagement:hover { background-color:#0009 } diff --git a/html/channel.ejs b/html/channel.ejs index 7b4de8fb..80b5a3ba 100644 --- a/html/channel.ejs +++ b/html/channel.ejs @@ -526,7 +526,12 @@ color:#ea9999 !important; - +
+