mirror of
https://github.com/SigNoz/signoz.git
synced 2025-12-29 08:04:10 +00:00
fix: Logo margin is updated (#352)
This commit is contained in:
parent
f3fb325a13
commit
ec11abf54e
@ -11,7 +11,7 @@ export const ThemeSwitcherWrapper = styled.div`
|
||||
|
||||
export const Logo = styled.img<LogoProps>`
|
||||
width: 100px;
|
||||
margin: 5%;
|
||||
margin: 9% 5% 5% 10%;
|
||||
display: ${({ collapsed }): string => (!collapsed ? 'block' : 'none')};
|
||||
`;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user