File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -55,10 +55,10 @@ function openAuthModal() {
5555 </script >
5656
5757<template >
58- <div ref =" accountMenuRef" class =" relative" >
58+ <div ref =" accountMenuRef" class =" relative flex min-w-24 justify-end " >
5959 <button
6060 type =" button"
61- 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"
61+ 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"
6262 :aria-expanded =" isOpen"
6363 aria-haspopup =" true"
6464 @click =" isOpen = !isOpen"
You can’t perform that action at this time.
0 commit comments