Client: InfoPanel: fix style

This commit is contained in:
Viktor Fomin 2023-02-21 08:57:07 +03:00
parent 013427b909
commit b172b5a1f4
2 changed files with 5 additions and 1 deletions

View File

@ -21,6 +21,10 @@ const StyledNoItemContainer = styled.div`
width: 96px;
height: 100px;
}
.no-accounts {
padding-top: 80px;
}
`;
export { StyledNoItemContainer };

View File

@ -13,7 +13,7 @@ const NoAccountsItem = ({ t, theme }) => {
return (
<StyledNoItemContainer>
<div className="no-thumbnail-img-wrapper">
<div className="no-thumbnail-img-wrapper no-accounts">
<img src={imgSrc} />
</div>
<Text className="no-item-text" textAlign="center">