fixed Woka picture positioning
This commit is contained in:
parent
642d3bb301
commit
ecb334cbd2
3 changed files with 14 additions and 12 deletions
|
@ -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>
|
Loading…
Add table
Add a link
Reference in a new issue