mirror of
https://github.com/IRBorisov/ConceptPortal.git
synced 2025-06-26 13:00:39 +03:00
Update ThemeContext.tsx
This commit is contained in:
parent
7da327c131
commit
cac74272f2
|
@ -58,7 +58,7 @@ export const ThemeState = ({ children }: ThemeStateProps) => {
|
||||||
const mainHeight = useMemo(
|
const mainHeight = useMemo(
|
||||||
() => {
|
() => {
|
||||||
return !noNavigation ?
|
return !noNavigation ?
|
||||||
'calc(100vh - 8.6rem)'
|
'calc(100vh - 8rem)'
|
||||||
: '100vh';
|
: '100vh';
|
||||||
}, [noNavigation]);
|
}, [noNavigation]);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user