diff --git a/app/www/annotate.js b/app/www/annotate.js index 84a3d5e..9b7b346 100644 --- a/app/www/annotate.js +++ b/app/www/annotate.js @@ -1626,8 +1626,8 @@ class AnnotationPlayer extends HTMLElement { width: 50px; display: block; position: absolute; - left: calc(50% - 15px); - top: calc(50% - 15px); + left: calc(50% - 25px); + top: calc(50% - 25px); text-align: center; line-height: 47px; height: 50px;