Fixes for worker specs
This commit is contained in:
parent
eea090d265
commit
e570a2e9f7
2 changed files with 5 additions and 4 deletions
|
@ -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>
|
||||
|
||||
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue