File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ function openAuthModal() {
5959 <div class =" account-menu relative" @keydown =" handleKeydown" >
6060 <button
6161 type =" button"
62- class =" relative flex items-center gap-2 px-2 py-1.5 rounded-md transition-colors duration-200 hover:bg-bg-subtle focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-fg/50"
62+ class =" relative flex items-center justify-end gap-2 px-2 py-1.5 min-w-24 rounded-md transition-colors duration-200 hover:bg-bg-subtle focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-fg/50"
6363 :aria-expanded =" isOpen"
6464 aria-haspopup =" true"
6565 @click =" isOpen = !isOpen"
Original file line number Diff line number Diff line change 11<template >
2- <div class =" flex items-center gap-2 px-2 py-1.5" >
2+ <div class =" flex items-center justify-end gap-2 px-2 py-1.5 min-w-24 " >
33 <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" />
45 </div >
56</template >
You can’t perform that action at this time.
0 commit comments