all repos — caroster @ f32c91bc409d3d049b4e8f1c465b5fa6e738ee46

[Octree] Group carpool to your event https://caroster.io

fix: 💄 Expand the dots of travels navigation

#276
Simon Mulquin simon@octree.ch
Mon, 16 May 2022 11:13:58 +0000
commit

f32c91bc409d3d049b4e8f1c465b5fa6e738ee46

parent

21c0aa54a8e688b65f1bd228f78ef37a775a96d8

1 files changed, 4 insertions(+), 1 deletions(-)

jump to
M frontend/containers/TravelColumns/index.tsxfrontend/containers/TravelColumns/index.tsx

@@ -177,7 +177,7 @@ overflowX: 'hidden',

overflowY: 'auto', }, dots: { - height: 32, + height: '56px', overflow: 'auto', '& overflow': '-moz-scrollbars-none', '-ms-overflow-style': 'none',

@@ -188,6 +188,9 @@ '& .slick-dots': {

position: 'static', '& li': { display: 'block', + '& button:before': { + fontSize: '20px' + }, }, }, '& .slick-dots li:first-child button:before, & .slick-dots li:last-child button:before': {