File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ onKeyStroke(
150150 </div >
151151
152152 <!-- End: Desktop nav items + Mobile menu button -->
153- <div class =" hidden sm:flex flex-shrink-0 items-center gap-0.5 sm:gap-2 " >
153+ <ButtonGroup class =" hidden sm:flex flex-shrink-0" >
154154 <!-- Desktop: Compare link -->
155155 <LinkBase variant =" button-secondary" to =" /compare" keyshortcut =" c" >
156156 {{ $t('nav.compare') }}
@@ -162,7 +162,7 @@ onKeyStroke(
162162 </LinkBase >
163163
164164 <HeaderAccountMenu />
165- </div >
165+ </ButtonGroup >
166166
167167 <!-- Mobile: Menu button (always visible, click to open menu) -->
168168 <ButtonBase
Original file line number Diff line number Diff line change @@ -62,6 +62,7 @@ function openAuthModal() {
6262 :aria-expanded =" isOpen"
6363 aria-haspopup =" true"
6464 @click =" isOpen = !isOpen"
65+ class =" rounded-s-none border-s-0"
6566 >
6667 <!-- Stacked avatars when connected -->
6768 <div
You can’t perform that action at this time.
0 commit comments