New Layout (#22)

New layout
This commit is contained in:
Giancarlo Buomprisco
2024-04-30 22:54:33 +07:00
committed by GitHub
parent 9eded69f15
commit 5e8e01e340
80 changed files with 8880 additions and 10095 deletions

View File

@@ -98,7 +98,7 @@ export function AccountSelector({
variant="ghost"
role="combobox"
aria-expanded={open}
className={cn('dark:shadow-primary/10 group w-full border px-4', {
className={cn('dark:shadow-primary/10 group px-2', {
'justify-between': !collapsed,
'justify-center': collapsed,
})}
@@ -144,11 +144,11 @@ export function AccountSelector({
)}
</If>
<CaretSortIcon className="h-4 w-4 shrink-0 opacity-50" />
<CaretSortIcon className="ml-2 h-4 w-4 shrink-0 opacity-50" />
</Button>
</PopoverTrigger>
<PopoverContent className="w-full p-0">
<PopoverContent className="w-full p-0" collisionPadding={20}>
<Command>
<CommandInput placeholder={t('searchAccount')} className="h-9" />