1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 12:56:41 +07:00

fixed node header paddings

This commit is contained in:
Fedor Katurov 2020-04-22 10:17:17 +07:00
parent db7c076b96
commit f683fbe1dc
2 changed files with 3 additions and 4 deletions

View file

@ -166,7 +166,7 @@ const NodeImageSlideBlock: FC<IProps> = ({
if (!wrap.current) return;
const { width } = wrap.current.getBoundingClientRect();
// setMaxHeight(width * NODE_SETTINGS.MAX_IMAGE_ASPECT);
setMaxHeight(window.innerHeight - 152);
setMaxHeight(window.innerHeight - 143);
normalizeOffset();
}, [wrap, setMaxHeight, normalizeOffset]);