mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-10-22 22:48:23 +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:
@@ -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" />
|
||||
|
Reference in New Issue
Block a user