Fixes for worker specs

This commit is contained in:
Ruben van de Ven 2020-01-22 18:30:06 +01:00
parent eea090d265
commit e570a2e9f7
2 changed files with 5 additions and 4 deletions

View File

@ -17,10 +17,8 @@
>
<div class='transition'>
<p>Created subsequent HIT</p>
<!-- <p>Created HIT at {{hit.created_at}}</p> -->
<p v-if="hit.hit_id">Created subsequent HIT</p>
<p v-else>Creating subsequent HIT</p>
<!-- <p>⇩</p> -->
</div>

View File

@ -25,7 +25,7 @@
/* */ --pos-x: 555px; /* */
/* */ --pos-y: 110px; /* */
/* */ --width: 420px; /* 115mm */
/* */ --height: 1000px; /* 270mm */
/* */ --height: 990px; /* 270mm */
/* */ /* */
/* //////////////////////////////////////////// */
@ -129,6 +129,8 @@ html, body{
margin: 0;
font-family: 'bebas';
font-size: var(--big-font-size);
opacity: 1;
transition: opacity .5s;
}
.state img{
@ -144,6 +146,7 @@ html, body{
.state.assignment-hidden {
/*On abandon etc.*/
max-height: 0px;
opacity: 0;
}