This commit is contained in:
hamid
2026-06-16 01:32:43 +03:30
commit 69bbd28bb0
298 changed files with 24728 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
/**
* Layout configuration
*/
/**
* SideBar configuration
*/
export const SIDE_BAR_MOBILE_ANCHOR = 'right'; // 'right';
export const SIDE_BAR_DESKTOP_ANCHOR = 'left'; // 'right';
export const SIDE_BAR_WIDTH = '240px';
/**
* TopBar configuration
*/
export const TOP_BAR_MOBILE_HEIGHT = '56px';
export const TOP_BAR_DESKTOP_HEIGHT = '64px';
/**
* BottomBar configuration
*/
export const BOTTOM_BAR_DESKTOP_VISIBLE = false; // true;