Increase sidebar logo container height to 52px
This commit is contained in:
@@ -42,7 +42,7 @@ export const AppSidebarHeader = () => {
|
||||
<div
|
||||
className={cn(
|
||||
buttonVariants({ variant: 'ghost', size: 'icon' }),
|
||||
'w-full flex items-center justify-center h-9',
|
||||
'w-full flex items-center justify-center h-[52px]',
|
||||
)}
|
||||
>
|
||||
<img
|
||||
@@ -54,7 +54,7 @@ export const AppSidebarHeader = () => {
|
||||
alt={t('home')}
|
||||
className={cn(
|
||||
'object-contain',
|
||||
state === 'collapsed' ? 'h-5 w-5' : 'w-full h-9',
|
||||
state === 'collapsed' ? 'h-5 w-5' : 'w-full h-[52px]',
|
||||
)}
|
||||
draggable={false}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user