fix: Enlarge scrollable area in sidebar for improved UX on small screens
This commit is contained in:
@@ -5,9 +5,13 @@ import Flex from "components/Flex";
|
||||
const Section = styled(Flex)`
|
||||
position: relative;
|
||||
flex-direction: column;
|
||||
margin: 20px 8px;
|
||||
margin: 0 8px 20px;
|
||||
min-width: ${(props) => props.theme.sidebarMinWidth}px;
|
||||
flex-shrink: 0;
|
||||
|
||||
&:first-child {
|
||||
margin-top: 20px;
|
||||
}
|
||||
`;
|
||||
|
||||
export default Section;
|
||||
|
||||
Reference in New Issue
Block a user