mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-02-15 02:45:14 +00:00
Reduce interactive WP icon size (#4690)
This commit is contained in:
parent
025ecdd631
commit
d5233d83d9
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
|||
'bg-wp-state-info-100': pipelineStatusColors[pipeline.status] === 'blue',
|
||||
}"
|
||||
/>
|
||||
<div class="flex h-full w-8 flex-wrap items-center justify-between">
|
||||
<div class="flex h-full w-6 flex-wrap items-center justify-between">
|
||||
<PipelineRunningIcon v-if="pipeline.status === 'started' || pipeline.status === 'running'" />
|
||||
<PipelineStatusIcon v-else class="mx-2 md:mx-3" :status="pipeline.status" />
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue