Skip to content

Commit

Permalink
add spacing to pipeline feed spinner (#2326)
Browse files Browse the repository at this point in the history
  • Loading branch information
xoxys authored Aug 26, 2023
1 parent c4e28e3 commit 336c41d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/components/layout/header/ActivePipelines.vue
Original file line number Diff line number Diff line change
@@ -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" />
Expand Down

0 comments on commit 336c41d

Please sign in to comment.