mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-15 02:53:31 +01:00
fix: footer / sidebar / deprecation alert
This commit is contained in:
@@ -132,15 +132,7 @@ export function DocContainer({
|
||||
</Stack>
|
||||
{(kind === 'Class' || kind === 'Interface') && (methods?.length || properties?.length) ? (
|
||||
<MediaQuery smallerThan="lg" styles={{ display: 'none' }}>
|
||||
<Aside
|
||||
sx={(theme) => ({
|
||||
zIndex: 1,
|
||||
background: theme.colorScheme === 'dark' ? theme.colors.dark![8] : theme.colors.gray![0],
|
||||
})}
|
||||
hiddenBreakpoint="lg"
|
||||
width={{ lg: 300 }}
|
||||
withBorder={false}
|
||||
>
|
||||
<Aside hiddenBreakpoint="lg" width={{ lg: 250 }} withBorder>
|
||||
<ScrollArea p="xs">
|
||||
<TableOfContentItems properties={properties ?? []} methods={methods ?? []}></TableOfContentItems>
|
||||
</ScrollArea>
|
||||
|
||||
Reference in New Issue
Block a user