mirror of
https://github.com/filecoin-project/slate.git
synced 2024-11-23 14:07:20 +03:00
feat(GlobalCarousel): reduce next and previous controls' height
This commit is contained in:
parent
22427c160f
commit
606bf55c57
@ -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;
|
||||||
`;
|
`;
|
||||||
|
Loading…
Reference in New Issue
Block a user