fix stuff + add stuff

This commit is contained in:
ashley 2025-10-10 20:48:06 +02:00
parent 58ee26214e
commit 28a12f1116

View File

@ -794,6 +794,17 @@ try {
// custom video.js ui for POKE PLAYER
const customVideoJsUI = document.createElement('style');
customVideoJsUI.innerHTML = `
.vjs-title-bar-description {
background: #0007;
width: fit-content;
border-radius: 1em;
padding: 1em;
font-family: "poketube flex";
font-weight: 600;
font-stretch: semi-expanded;
}
.vjs-title-bar {
background: none !important;
border-radius: 16px;