Skip to content

Commit

Permalink
Adjust scan button position
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniils Petrovs committed Jun 9, 2024
1 parent 11ea255 commit 297caa3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/lib/components/RoundScanButton.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<a
id="scanner"
href="/scanner"
class="btn-xl btn-info btn-circle fixed bottom-16 right-8 z-50 flex h-20 w-20 items-center justify-center rounded-full p-2 align-middle font-bold text-base-100 shadow-lg"
class="btn-xl btn-info btn-circle fixed bottom-6 right-6 z-50 flex h-20 w-20 items-center justify-center rounded-full p-2 align-middle font-bold text-base-100 shadow-lg"
tabindex="-1"
aria-disabled="true"
>
Expand Down
2 changes: 1 addition & 1 deletion src/lib/components/StampSheet.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
</script>

<div
class="bg-triangles mx-8 my-4 mb-8 divide-y-2 divide-dashed divide-slate-900 rounded-xl bg-slate-100"
class="mx-8 my-4 mb-8 divide-y-2 divide-dashed divide-slate-900 rounded-xl bg-slate-100"
out:fade|global
>
<!-- Stub -->
Expand Down

0 comments on commit 297caa3

Please sign in to comment.