mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-16 16:34:24 +02:00
Decrease gap between grid items
This commit is contained in:
@@ -27,7 +27,7 @@ const DefaultCardContainer = styled.div<{ $isHidden?: boolean }>`
|
|||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: calc(100% - 2rem);
|
height: calc(100% - 2rem);
|
||||||
margin: 1rem;
|
margin: 0.5rem;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
background: var(--card-default-bg);
|
background: var(--card-default-bg);
|
||||||
border-radius: var(--card-default-radius);
|
border-radius: var(--card-default-radius);
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ const PosterCardContainer = styled.div<{ $isHidden?: boolean }>`
|
|||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
padding: 1rem;
|
margin: 0.5rem;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
opacity: ${({ $isHidden }) => ($isHidden ? 0 : 1)};
|
opacity: ${({ $isHidden }) => ($isHidden ? 0 : 1)};
|
||||||
pointer-events: auto;
|
pointer-events: auto;
|
||||||
|
|||||||
Reference in New Issue
Block a user