1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-12-26 00:48:35 +00:00

Fixed min width

This commit is contained in:
Vladimir Volek 2018-09-19 12:39:05 +02:00
parent 65c977aed7
commit 25b268e816

View File

@ -19,6 +19,7 @@ const AsideWrapper = styled.aside`
position: relative; position: relative;
top: 0; top: 0;
width: 320px; width: 320px;
min-width: 320px;
overflow: hidden; overflow: hidden;
background: ${colors.MAIN}; background: ${colors.MAIN};
border-right: 1px solid ${colors.DIVIDER}; border-right: 1px solid ${colors.DIVIDER};