Skip to content

Commit

Permalink
chore(nft-quest): ui fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
itsacoyote committed Dec 2, 2024
1 parent d1b866c commit a554303
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/auth-server/components/views/Auth.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<div class="h-full flex flex-col justify-center px-4 max-h-[550px]">
<div class="h-full flex flex-col justify-center items-center px-4 max-h-[550px] max-w-[300px] m-auto">
<SessionMetadata
:app-meta="appMeta"
:connect="true"
Expand Down Expand Up @@ -29,7 +29,7 @@
</p>
</CommonHeightTransition>

<div class="flex flex-col gap-5 mt-8 py-8 panel:w-[300px] panel:m-auto">
<div class="flex flex-col gap-5 py-8 w-full">
<ZkHighlightWrapper>
<ZkButton
class="w-full"
Expand Down
1 change: 0 additions & 1 deletion packages/contracts
Submodule contracts deleted from 64bfff

0 comments on commit a554303

Please sign in to comment.