mirror of
https://github.com/streamwall/streamwall.git
synced 2026-01-31 01:12:48 -05:00
Reduce space between adjacent grid buttons
This commit is contained in:
@@ -385,6 +385,7 @@ const StyledGridButtons = styled.div`
|
|||||||
|
|
||||||
${StyledButton} {
|
${StyledButton} {
|
||||||
margin: 5px;
|
margin: 5px;
|
||||||
|
${({ side }) => (side === 'left' ? 'margin-right: 0' : 'margin-left: 0')};
|
||||||
}
|
}
|
||||||
`
|
`
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user