mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-14 09:25:47 +01:00
🐛 Logo header size fix (#1625)
This commit is contained in:
@@ -17,8 +17,8 @@ export function Logo({ size = 'md', withoutText = false }: LogoProps) {
|
||||
return (
|
||||
<Group spacing={size === 'md' ? 'xs' : 4} noWrap>
|
||||
<Image
|
||||
width={size === 'md' ? 50 : 12}
|
||||
height={size === 'md' ? 50 : 12}
|
||||
width="unset"
|
||||
height={size === 'md' ? 38 : 12}
|
||||
styles={{
|
||||
image: {
|
||||
objectFit: 'contain !important' as 'contain',
|
||||
|
||||
Reference in New Issue
Block a user