Add and adjust sidebar configurations
This commit is contained in:
parent
91ffd3722c
commit
5adc4ba41f
1 changed files with 12 additions and 5 deletions
|
@ -39,17 +39,24 @@ export const window = {
|
||||||
minHeight: 400,
|
minHeight: 400,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//////////////////////
|
||||||
|
// Sidebar //
|
||||||
|
//////////////////////
|
||||||
|
export const tabs = {
|
||||||
|
customOrder: false,
|
||||||
|
}
|
||||||
|
|
||||||
////////////////////
|
////////////////////
|
||||||
// Theme //
|
// Theme //
|
||||||
////////////////////
|
////////////////////
|
||||||
export const sidebar = {
|
export const sidebar = {
|
||||||
headerFontSize: "14px",
|
headerFontSize: "14px",
|
||||||
tabFontSize: "16px",
|
tabFontSize: "16px",
|
||||||
tabHeight: "24px",
|
tabVerticalPadding: "12px",
|
||||||
tabPositions: "Normal", // "Normal" "Centered"
|
tabPositions: "normal", // "normal" "centered"
|
||||||
size: "Normal", // "Normal" "Compact"
|
size: "normal", // "normal" "compact"
|
||||||
enableToggle: false,
|
enableBells: false,
|
||||||
enableSearch: false,
|
enableToggle: true,
|
||||||
}
|
}
|
||||||
|
|
||||||
export const splash = {
|
export const splash = {
|
||||||
|
|
Reference in a new issue