Merge pull request 'fix: Desktop sidebar clips logo after collapse-mode UX changes (#187)' (#191) from issue-187-fix-sidebar-logo-clipping into main
All checks were successful
Deploy to Staging / Build Images (push) Successful in 34s
Deploy to Staging / Deploy to Staging (push) Successful in 52s
Deploy to Staging / Verify Staging (push) Successful in 9s
Deploy to Staging / Notify Staging Ready (push) Successful in 7s
Deploy to Staging / Notify Staging Failure (push) Has been skipped
All checks were successful
Deploy to Staging / Build Images (push) Successful in 34s
Deploy to Staging / Deploy to Staging (push) Successful in 52s
Deploy to Staging / Verify Staging (push) Successful in 9s
Deploy to Staging / Notify Staging Ready (push) Successful in 7s
Deploy to Staging / Notify Staging Failure (push) Has been skipped
Reviewed-on: #191
This commit was merged in pull request #191.
This commit is contained in:
@@ -142,17 +142,19 @@ export const Layout: React.FC<LayoutProps> = ({ children, mobileMode = false })
|
|||||||
backgroundColor: 'transparent',
|
backgroundColor: 'transparent',
|
||||||
}),
|
}),
|
||||||
borderRadius: 0.5,
|
borderRadius: 0.5,
|
||||||
px: 1,
|
px: 0.5,
|
||||||
py: 0.5,
|
py: 0.5,
|
||||||
display: 'inline-flex',
|
display: 'inline-flex',
|
||||||
alignItems: 'center',
|
alignItems: 'center',
|
||||||
overflow: 'hidden',
|
overflow: 'hidden',
|
||||||
|
flex: 1,
|
||||||
|
minWidth: 0,
|
||||||
})}
|
})}
|
||||||
>
|
>
|
||||||
<img
|
<img
|
||||||
src="/images/logos/motovaultpro-title-slogan.png"
|
src="/images/logos/motovaultpro-title-slogan.png"
|
||||||
alt="MotoVaultPro"
|
alt="MotoVaultPro"
|
||||||
style={{ height: 24, width: 'auto', maxWidth: 180 }}
|
style={{ height: 24, width: 'auto', maxWidth: '100%' }}
|
||||||
/>
|
/>
|
||||||
</Box>
|
</Box>
|
||||||
)}
|
)}
|
||||||
|
|||||||
Reference in New Issue
Block a user