fix: spacing of footer and affix

This commit is contained in:
iCrawl
2022-08-23 09:15:33 +02:00
parent c826ad3ade
commit 28422eea58
3 changed files with 18 additions and 16 deletions

View File

@@ -304,7 +304,7 @@ export function SidebarLayout({
height: 200,
background: theme.colorScheme === 'dark' ? theme.colors.dark![7] : theme.colors.gray![0],
paddingLeft: 324,
paddingRight: 324,
paddingRight: data?.member?.kind !== 'Class' && data?.member?.kind !== 'Interface' ? 24 : 324,
[theme.fn.smallerThan('lg')]: {
paddingRight: 24,