mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-06-05 00:48:52 +00:00
add spacing to pipeline feed spinner (#2326)
Ref: https://github.com/woodpecker-ci/woodpecker/discussions/2162#discussioncomment-6666893 ## Before  ## After 
This commit is contained in:
parent
c4e28e304f
commit
336c41dd33
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
<template>
|
||||
<IconButton :title="$t('pipeline_feed')" class="!p-1.5 relative text-current" @click="toggle">
|
||||
<div v-if="activePipelines.length > 0" class="spinner">
|
||||
<div v-if="activePipelines.length > 0" class="spinner m-1">
|
||||
<div class="spinner-ring ring1" />
|
||||
<div class="spinner-ring ring2" />
|
||||
<div class="spinner-ring ring3" />
|
||||
|
|
Loading…
Reference in a new issue