You've already forked obsidian-visualiser
Fix SM breakpoint detection on mobile
This commit is contained in:
@@ -3,7 +3,7 @@ import { reactive } from '#shared/reactive';
|
||||
export type Breakpoint = 'sm' | 'md' | 'lg' | 'xl' | '2xl';
|
||||
|
||||
const BREAKPOINT_WIDTHS: [Breakpoint, number][] = [
|
||||
['sm', 640],
|
||||
['sm', 1],
|
||||
['md', 768],
|
||||
['lg', 1024],
|
||||
['xl', 1280],
|
||||
|
||||
Reference in New Issue
Block a user