We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b069e8 commit 9a89b2bCopy full SHA for 9a89b2b
app/src/components/layout/Layout.tsx
@@ -42,7 +42,7 @@ const Styled = {
42
43
/* change sidebar dimensions based on collapsed toggle */
44
width: ${props => (props.collapsed ? '0' : '285px')};
45
- padding: ${props => (props.collapsed ? '0' : '15px')};
+ padding: ${props => (props.collapsed ? '0' : '0 15px')};
46
transition: all 0.2s;
47
48
/* set a width on the child to improve the collapse animation */
0 commit comments