mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-01-31 03:37:46 +00:00
try sizing pipeline badge
This commit is contained in:
parent
4db0244ae3
commit
959cccfa2e
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
|||
</template>
|
||||
<template #headerActions>
|
||||
<a v-if="badgeUrl" :href="badgeUrl" target="_blank">
|
||||
<img :src="badgeUrl" />
|
||||
<img class="max-h-4/5" :src="badgeUrl" />
|
||||
</a>
|
||||
<IconButton :href="repo.forge_url" :title="$t('repo.open_in_forge')" :icon="forgeIcon" class="w-8 forge" />
|
||||
<IconButton
|
||||
|
|
Loading…
Reference in a new issue