fix position
This commit is contained in:
parent
11e17b24aa
commit
6c26f1d118
1 changed files with 2 additions and 2 deletions
|
@ -1626,8 +1626,8 @@ class AnnotationPlayer extends HTMLElement {
|
||||||
width: 50px;
|
width: 50px;
|
||||||
display: block;
|
display: block;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: calc(50% - 15px);
|
left: calc(50% - 25px);
|
||||||
top: calc(50% - 15px);
|
top: calc(50% - 25px);
|
||||||
text-align: center;
|
text-align: center;
|
||||||
line-height: 47px;
|
line-height: 47px;
|
||||||
height: 50px;
|
height: 50px;
|
||||||
|
|
Loading…
Reference in a new issue