1
0
mirror of https://github.com/trezor/trezor-wallet synced 2025-03-12 06:36:04 +00:00

fix device header padding

This commit is contained in:
slowbackspace 2019-01-16 00:41:42 +01:00
parent 479a379b8e
commit d07488146a

View File

@ -38,6 +38,7 @@ const ClickWrapper = styled.div`
width: 100%;
display: flex;
padding-left: 25px;
padding-right: 25px;
height: 100%;
align-items: center;
cursor: pointer;
@ -72,7 +73,6 @@ const Status = styled.div`
`;
const IconWrapper = styled.div`
padding-right: 25px;
display: flex;
flex: 1 0 0;
justify-content: flex-end;