1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-11-14 12:29:31 +00:00

put back left nav vertical padding for accounts menu

This commit is contained in:
slowbackspace 2019-03-16 17:21:55 +01:00
parent 10d4dd082b
commit c7194a1904
2 changed files with 3 additions and 1 deletions

View File

@ -63,7 +63,7 @@ export const BORDER_WIDTH = {
};
export const LEFT_NAVIGATION_ROW = {
PADDING: '0px 24px',
PADDING: '16px 24px',
};
const TRANSITION_TIME = {

View File

@ -15,6 +15,8 @@ const CoinNameWrapper = styled.div`
const RowCoinWrapper = styled.div`
padding: ${LEFT_NAVIGATION_ROW.PADDING};
padding-top: 0;
padding-bottom: 0;
height: 44px;
display: block;
font-size: ${FONT_SIZE.BIG};