Fix cut of woodpecker animation (#1402)

the woodpecker svg was cut on top and bottom when moving during an active pipeline.
This commit is contained in:
Epsilon_02
2022-11-06 21:00:28 +01:00
committed by GitHub
parent db1ec4d33f
commit b417edf8c1

View File

@@ -1,5 +1,5 @@
<template>
<WoodpeckerIcon class="woodpecker h-16" />
<WoodpeckerIcon class="woodpecker h-20" />
</template>
<script lang="ts" setup>