mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-09-24 07:13:20 +08: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