fix: add new Logos for equal hight in Sidebar
This commit is contained in:
parent
a6f74e0c22
commit
9225d8435a
6 changed files with 61 additions and 7 deletions
|
@ -81,14 +81,14 @@ export function AppSidebar() {
|
|||
<Logo
|
||||
colorType='colored'
|
||||
logoType='combo'
|
||||
height={49.5}
|
||||
height={50}
|
||||
className='group-data-[collapsible=icon]:hidden min-w-[203px]'
|
||||
></Logo>
|
||||
<Logo
|
||||
colorType='colored'
|
||||
logoType='submark'
|
||||
height={49.5}
|
||||
className='group-data-[collapsible=]:hidden group-data-[mobile=true]/mobile:hidden mb-[2.45]'
|
||||
height={50}
|
||||
className='group-data-[collapsible=]:hidden group-data-[mobile=true]/mobile:hidden'
|
||||
></Logo>
|
||||
</SidebarHeader>
|
||||
<SidebarContent className='grid grid-rows-[auto_1fr_auto]'>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue