1
Fork 0

Add and adjust sidebar configurations

This commit is contained in:
Korbs 2023-09-12 03:55:14 -04:00
parent 91ffd3722c
commit 5adc4ba41f
No known key found for this signature in database

View file

@ -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 = {