refactor: extract layout constants to avoid magic numbers

This commit is contained in:
M1ngdaXie
2026-03-26 14:14:31 -07:00
parent bc6aa3407c
commit 814504db8c
2 changed files with 5 additions and 2 deletions

2
src/config/layout.ts Normal file
View File

@@ -0,0 +1,2 @@
export const MENUBAR_HEIGHT = 28;
export const DOCK_HEIGHT = 72;