The player and video page layout looks distorted

Hello everyone, I may be asking a lot, but my player and as I see the page layout are distorted, controls are missing, and the player is not full page. I tried different browsers, but the result is the same. Perhaps someone has encountered this and can suggest what can be done? Thank you My https://angeltales.angellive.ru/
Installing Debian 12 VDS, taken from here, the following script was created
VIDEO

sudo apt-get update && sudo apt-get upgrade -y && nano /etc/ssh/sshd_config && service ssh restart && fallocate -l 1G /swapfile && chmod 600 /swapfile && mkswap /swapfile && swapon /swapfile && echo '/swapfile none swap sw 0 0' | tee -a /etc/fstab && sysctl vm.swappiness=10 && sysctl vm.vfs_cache_pressure=50 && nano /etc/sysctl.conf && sysctl -p && apt-get install curl sudo unzip vim && sudo apt-get install -y curl && curl -fsSL https://deb.nodesource.com/setup_22.x -o nodesource_setup.sh && bash nodesource_setup.sh && sudo apt-get install -y nodejs && npm install --global yarn && sudo apt install python3-dev python-is-python3 && sudo apt install certbot nginx ffmpeg postgresql postgresql-contrib openssl g++ make redis-server git cron wget && sudo useradd -m -d /var/www/peertube -s /bin/bash -p peertube peertube && cd /var/www/peertube && sudo -u postgres createuser -P peertube && sudo -u postgres createdb -O peertube -E UTF8 -T template0 peertube_prod && sudo -u postgres psql -c "CREATE EXTENSION pg_trgm;" peertube_prod && sudo -u postgres psql -c "CREATE EXTENSION unaccent;" peertube_prod && VERSION=$(curl -s https://api.github.com/repos/chocobozzz/peertube/releases/latest | grep tag_name | cut -d '"' -f 4) && echo "Latest Peertube version is $VERSION" && sudo -u peertube mkdir config storage versions && sudo -u peertube chmod 750 config/ && cd /var/www/peertube/versions && sudo -u peertube wget -q "https://github.com/Chocobozzz/PeerTube/releases/download/${VERSION}/peertube-${VERSION}.zip" && sudo -u peertube unzip -q peertube-${VERSION}.zip && sudo -u peertube rm peertube-${VERSION}.zip && cd /var/www/peertube && sudo -u peertube ln -s versions/peertube-${VERSION} ./peertube-latest && cd ./peertube-latest && sudo -H -u peertube yarn install --production --pure-lockfile && cd /var/www/peertube && sudo -u peertube cp peertube-latest/config/default.yaml config/default.yaml && sudo -u peertube cp peertube-latest/config/production.yaml.example config/production.yaml && sudo cp /var/www/peertube/peertube-latest/support/nginx/peertube /etc/nginx/sites-available/peertube && sudo sed -i 's/${WEBSERVER_HOST}/angeltales.angellive.ru/g' /etc/nginx/sites-available/peertube && sudo sed -i 's/${PEERTUBE_HOST}/127.0.0.1:9000/g' /etc/nginx/sites-available/peertube && cd && sudo ln -s /etc/nginx/sites-available/peertube /etc/nginx/sites-enabled/peertube && sudo systemctl stop nginx && sudo certbot certonly --standalone --post-hook "systemctl restart nginx" && sudo systemctl reload nginx && sudo nano /etc/letsencrypt/renewal/angeltales.angellive.ru.conf && sudo cp /var/www/peertube/peertube-latest/support/sysctl.d/30-peertube-tcp.conf /etc/sysctl.d/ && sudo sysctl -p /etc/sysctl.d/30-peertube-tcp.conf && sudo cp /var/www/peertube/peertube-latest/support/systemd/peertube.service /etc/systemd/system/ && sudo nano /etc/systemd/system/peertube.service && sudo systemctl daemon-reload && sudo systemctl enable peertube && sudo systemctl start peertube && npm install -g npm@10.8.0

I solved this problem
My PeerTube is connected via Cloudflare, I disabled the proxy leaving only DNS. The appearance returned to normal. I’ll probably try leaving the proxy and disabling the settings, but in general I’ll look at the Peertube ports now, maybe they’re just not included in the CF proxy lineup

Tout est proxy. Il vous suffit de désactiver la mise en cache, car dans le plan gratuit, la taille maximale de téléchargement est de 100 mo, donc les vidéos plus grandes que ces valeurs sont sévèrement réduites. De plus, l’apparence du joueur était déformée en raison d’optimisations qui devraient être désactivées par les règles. Mais en même temps, le proxy permet de bien protéger PeerTube des robots et autres mauvais esprits.