added more spacing

This commit is contained in:
Jesse James Isler 2022-06-01 22:01:42 +02:00
parent a4066a2937
commit c2b39231d8
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ videoid="ZjQZxqTipHM"
iframe="<iframe width='560' height='315' src='https://www.youtube-nocookie.com/embed/$videoid?autoplay=1&amp;controls=0&amp;loop=1' title='Background Music' frameborder='0' allow='autoplay;'></iframe>"
# The final string.
Video="<div class='app'>$iframe</div>"
Video="<div class='app' style="margin-left: 25px;">$iframe</div>"
# Inject that bad boy into the foundry thing. Might break in future updates (May only need the line changed)
sed -i -e "69i $Video" /home/foundry/resources/app/templates/setup/join-game.html