diff --git a/src/components/FluxNote.vue b/src/components/FluxNote.vue index b0ebe65..53e93e9 100644 --- a/src/components/FluxNote.vue +++ b/src/components/FluxNote.vue @@ -124,6 +124,7 @@ onUnmounted(() => { :user="user" :repo="repo" :title="titles[stackedNote]" + :style="{ left: `calc(${index + 1} * var(--note-width))` }" />