Make the sidebar collapsable (#260)
* Make the sidebar collapsable * Fix padding * Automatically collapase sidebar and hide container on mobile * Hide navbar content when navbar is collapsed * Update naming convention for states
This commit is contained in:
@ -139,4 +139,6 @@ export const textInputStyle = (props: any) =>
|
||||
export const lightTheme = { ...commonTheme, ...lightThemeSpecific };
|
||||
export const darkTheme = { ...commonTheme, ...darkThemeSpecific };
|
||||
|
||||
export const MOBILE_VIEWPORT = 768;
|
||||
|
||||
export type ThemeType = typeof lightTheme;
|
||||
|
||||
Reference in New Issue
Block a user