fix(frontend): restore legacy viewport geometry

This commit is contained in:
2026-07-30 16:19:19 +00:00
parent 2045086278
commit 4ebd3fd39b
5 changed files with 32 additions and 7 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ import { trpc } from '../utils/trpc';
const session = useSessionStore();
const dashboard = useMainDashboardStore();
const isMobile = useMediaQuery('(max-width: 991px)');
const isMobile = useMediaQuery('(max-width: 1024px)');
const mobileTabs = [
{ key: 'map', label: '지도' },