feat(GlobalCarousel): reduce next and previous controls' height

This commit is contained in:
Aminejv 2021-10-27 16:13:27 +01:00
parent 22427c160f
commit 606bf55c57

View File

@ -431,9 +431,10 @@ const STYLES_CONTROLS_WRAPPER = css`
${Styles.CONTAINER_CENTERED}; ${Styles.CONTAINER_CENTERED};
position: absolute; position: absolute;
width: 122px; width: 122px;
height: 100%; height: 80%;
z-index: 1; z-index: 1;
top: 0; top: 50%;
transform: translateY(-50%);
padding-left: 24px; padding-left: 24px;
padding-right: 24px; padding-right: 24px;
`; `;