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,
|
||||
}
|
||||
|
||||
//////////////////////
|
||||
// Sidebar //
|
||||
//////////////////////
|
||||
export const tabs = {
|
||||
customOrder: false,
|
||||
}
|
||||
|
||||
////////////////////
|
||||
// Theme //
|
||||
////////////////////
|
||||
export const sidebar = {
|
||||
headerFontSize: "14px",
|
||||
tabFontSize: "16px",
|
||||
tabHeight: "24px",
|
||||
tabPositions: "Normal", // "Normal" "Centered"
|
||||
size: "Normal", // "Normal" "Compact"
|
||||
enableToggle: false,
|
||||
enableSearch: false,
|
||||
tabVerticalPadding: "12px",
|
||||
tabPositions: "normal", // "normal" "centered"
|
||||
size: "normal", // "normal" "compact"
|
||||
enableBells: false,
|
||||
enableToggle: true,
|
||||
}
|
||||
|
||||
export const splash = {
|
||||
|
|
Reference in a new issue