fixed Woka picture positioning

This commit is contained in:
Hanusiak Piotr 2021-12-01 10:26:09 +01:00
parent 642d3bb301
commit ecb334cbd2
3 changed files with 14 additions and 12 deletions

View file

@ -25,7 +25,10 @@ import { onDestroy } from 'svelte';
pointer-events: auto;
width: 60px;
height: 60px;
margin: 3px;
left: calc(50% - 30px);
top: calc(50% - 30px);
margin: 0;
padding: 0;
image-rendering: pixelated;
}
</style>