mirror of
https://github.com/DustinBrett/daedalOS.git
synced 2026-01-15 12:15:02 +00:00
Slightly less root margin
This commit is contained in:
@@ -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,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user