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:
parent
479a379b8e
commit
d07488146a
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user