We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a43929 commit 8edb91bCopy full SHA for 8edb91b
app/components/Header/AccountMenu.server.vue
@@ -1,6 +1,10 @@
1
<template>
2
- <div class="flex items-center justify-end gap-2 px-2 py-1.5 min-w-24">
3
- <span class="font-mono text-sm text-fg-muted">{{ $t('account_menu.connect') }}</span>
4
- <span class="i-carbon-chevron-down w-3 h-3 text-fg-muted" aria-hidden="true" />
+ <div class="relative flex min-w-24 justify-end">
+ <div
+ class="inline-flex gap-x-1 items-center justify-center font-mono border border-border rounded-md text-sm px-4 py-2 bg-transparent text-fg border-none"
5
+ >
6
+ <span class="font-mono text-sm text-fg-muted">{{ $t('account_menu.connect') }}</span>
7
+ <span class="i-carbon-chevron-down w-3 h-3 text-fg-muted" aria-hidden="true" />
8
+ </div>
9
</div>
10
</template>
0 commit comments