mirror of
https://github.com/trezor/trezor-wallet
synced 2025-01-03 21:00:55 +00:00
same menu item padding for all screen sizes
This commit is contained in:
parent
0bae87acda
commit
656a36a77e
@ -33,10 +33,6 @@ const StyledNavLink = styled(NavLink)`
|
|||||||
padding: 20px 35px;
|
padding: 20px 35px;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
|
||||||
@media screen and (max-width: 850px){
|
|
||||||
padding: 20px;
|
|
||||||
}
|
|
||||||
|
|
||||||
&.active,
|
&.active,
|
||||||
&:hover {
|
&:hover {
|
||||||
transition: all 0.3s ease-in-out;
|
transition: all 0.3s ease-in-out;
|
||||||
|
Loading…
Reference in New Issue
Block a user