demo: Fix play button centering (fix #1669)

This commit is contained in:
Will Brindle 2020-11-24 20:56:31 +00:00 committed by GitHub
parent 7f5dc9b258
commit 13626f9578
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ ruffle_shadow_tmpl.innerHTML = `
}
#play_button .icon {
position: relative;
position: absolute;
top: 50%;
left: 50%;
width: 90%;