From 5adc4ba41f05ffe2fbabd90c5b3385decd179c24 Mon Sep 17 00:00:00 2001 From: Korbs Date: Tue, 12 Sep 2023 03:55:14 -0400 Subject: [PATCH] Add and adjust sidebar configurations --- configuration.ts | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/configuration.ts b/configuration.ts index b638849..05263ef 100644 --- a/configuration.ts +++ b/configuration.ts @@ -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 = {