fix position

This commit is contained in:
Ruben van de Ven 2023-03-23 14:26:25 +01:00
parent 11e17b24aa
commit 6c26f1d118
1 changed files with 2 additions and 2 deletions

View File

@ -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;