refactor: centralize UI config and inject CSS variables dynamically
This commit is contained in:
6
src/config/ui.js
Normal file
6
src/config/ui.js
Normal file
@@ -0,0 +1,6 @@
|
||||
|
||||
export const UI_CONFIG = {
|
||||
headerHeight: 64,
|
||||
footerHeight: 50,
|
||||
pagePadding: 16 // Single side padding (1rem)
|
||||
}
|
||||
Reference in New Issue
Block a user