Skip to content

Commit

Permalink
Merge pull request #143 from decaf-dev/fix-pagination-alignment
Browse files Browse the repository at this point in the history
fix: move pagination indicator to the right
  • Loading branch information
decaf-dev authored Jul 6, 2024
2 parents 8cab864 + 4aff178 commit b4ad039
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/svelte/app/components/pagination-indicator.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
<Stack
align="center"
direction={isWrapped ? "row-reverse" : "row"}
justify={isWrapped ? "flex-end" : "flex-start"}
justify="flex-end"
spacing="md"
>
<Stack spacing="xs">
Expand Down

0 comments on commit b4ad039

Please sign in to comment.