Slightly less root margin

This commit is contained in:
Dustin Brett
2023-11-29 19:04:47 -08:00
parent 00e1616235
commit 122edb04f1

View File

@@ -210,7 +210,7 @@ export const LONG_PRESS_DELAY_MS = 750;
export const ONE_DAY_IN_MILLISECONDS = 86400000;
export const DEFAULT_INTERSECTION_OPTIONS: IntersectionObserverInit = {
rootMargin: "5px",
rootMargin: "3px",
threshold: 0,
};