Compare commits
No commits in common. "e898121c17cd1f900f346aa03539523b98993c90" and "2466f12a9ffe7f2bca49385babb057fd50305866" have entirely different histories.
e898121c17
...
2466f12a9f
2 changed files with 2 additions and 5 deletions
|
@ -119,6 +119,4 @@ This software uses (and for ease of use, redistributes) the [noUiSlider](https:/
|
|||
|
||||
## Citation
|
||||
|
||||
If you use this work in your research, please cite it using:
|
||||
|
||||
van de Ven, Ruben, and Ildikó Zonga Plájás. 2022. ‘Inconsistent Projections: Con-Figuring Security Vision through Diagramming’. _A Peer-Reviewed Journal About_ 11(1): 50–65. https://doi.org/10.7146/aprja.v11i1.134306
|
||||
|
|
|
@ -1618,7 +1618,6 @@ class AnnotationPlayer extends HTMLElement {
|
|||
cursor:pointer;
|
||||
}
|
||||
div.imgWrap::before {
|
||||
color:white;
|
||||
content: '\u25B6';
|
||||
background: rgba(0,0,0,0.5);
|
||||
height: 30px;
|
||||
|
@ -1626,8 +1625,8 @@ class AnnotationPlayer extends HTMLElement {
|
|||
width: 50px;
|
||||
display: block;
|
||||
position: absolute;
|
||||
left: calc(50% - 25px);
|
||||
top: calc(50% - 25px);
|
||||
left: calc(50% - 15px);
|
||||
top: calc(50% - 15px);
|
||||
text-align: center;
|
||||
line-height: 47px;
|
||||
height: 50px;
|
||||
|
|
Loading…
Reference in a new issue