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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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