Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions website/src/components/GalleryWorkbench/GalleryWorkbench.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,8 @@ const LIGHT_HELPER_SELECTOR = ".dn-light-helper";
const RESPONSIVE_ZOOM_BREAKPOINT = 900;
const RESPONSIVE_ZOOM_BOTTOM_RESERVE = 72;
const RESPONSIVE_ZOOM_MIN_SCALE = 0.42;
const RESPONSIVE_SHADOW_EXTEND_BASE = 1600;
const RESPONSIVE_SHADOW_EXTEND_MIN = 600;
const RESPONSIVE_SHADOW_EXTEND_BASE = 3200;
const RESPONSIVE_SHADOW_EXTEND_MIN = 2000;

function clamp(value: number, min: number, max: number): number {
if (!Number.isFinite(value)) return min;
Expand Down
Loading