Skip to content

Commit 73ac034

Browse files
committed
Tighten home page top spacing
1 parent 35a8c6d commit 73ac034

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

infrastructure/eid-wallet/src/routes/(app)/main/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -715,7 +715,7 @@ async function refreshBindings(): Promise<void> {
715715
{:else}
716716
<div
717717
class="relative transition-transform duration-500 ease-out will-change-transform"
718-
style="padding-top: max(12px, env(safe-area-inset-top)); padding-bottom: max(16px, env(safe-area-inset-bottom)); transform: translateY(-{tourOffset}px);"
718+
style="padding-bottom: max(16px, env(safe-area-inset-bottom)); transform: translateY(-{tourOffset}px);"
719719
>
720720
{#if pageReady}
721721
<div

0 commit comments

Comments
 (0)