Fix visual regressions

This commit is contained in:
Charles Bochet
2023-10-20 00:04:51 +02:00
parent 08772b4456
commit 943731fed8
2 changed files with 3 additions and 2 deletions

View File

@ -52,6 +52,7 @@ const StyledItem = styled.div<StyledItemProps>`
margin-bottom: calc(${({ theme }) => theme.spacing(1)} / 2);
padding-bottom: ${({ theme }) => theme.spacing(1)};
padding-left: ${({ theme }) => theme.spacing(1)};
padding-right: ${({ theme }) => theme.spacing(1)};
padding-top: ${({ theme }) => theme.spacing(1)};
pointer-events: ${(props) => (props.soon ? 'none' : 'auto')};
:hover {