We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b11cfc commit fa09851Copy full SHA for fa09851
src/Exceptionless.Web/ClientApp/.vscode/settings.json
@@ -27,6 +27,7 @@
27
"superforms",
28
"tailwindcss",
29
"tanstack",
30
+ "typeschema",
31
"websockets"
32
],
33
"css.customData": [".vscode/tailwind.json"],
src/Exceptionless.Web/ClientApp/src/lib/features/shared/components/ui/sidebar/constants.ts
@@ -1,6 +1,6 @@
1
export const SIDEBAR_COOKIE_NAME = "sidebar:state";
2
export const SIDEBAR_COOKIE_MAX_AGE = 60 * 60 * 24 * 7;
3
-export const SIDEBAR_WIDTH = "16rem";
+export const SIDEBAR_WIDTH = "12rem";
4
export const SIDEBAR_WIDTH_MOBILE = "18rem";
5
export const SIDEBAR_WIDTH_ICON = "3rem";
6
export const SIDEBAR_KEYBOARD_SHORTCUT = "b";
0 commit comments