refactor: extract layout constants to avoid magic numbers
This commit is contained in:
2
src/config/layout.ts
Normal file
2
src/config/layout.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
export const MENUBAR_HEIGHT = 28;
|
||||
export const DOCK_HEIGHT = 72;
|
||||
Reference in New Issue
Block a user