From 6c26f1d1185434ce682f00d57a003b2fd097fad5 Mon Sep 17 00:00:00 2001 From: Ruben van de Ven Date: Thu, 23 Mar 2023 14:26:25 +0100 Subject: [PATCH] fix position --- app/www/annotate.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;