Skip to content

Commit fa09851

Browse files
committed
next: tweaked sidebar width
1 parent 7b11cfc commit fa09851

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/Exceptionless.Web/ClientApp/.vscode/settings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
"superforms",
2828
"tailwindcss",
2929
"tanstack",
30+
"typeschema",
3031
"websockets"
3132
],
3233
"css.customData": [".vscode/tailwind.json"],
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
export const SIDEBAR_COOKIE_NAME = "sidebar:state";
22
export const SIDEBAR_COOKIE_MAX_AGE = 60 * 60 * 24 * 7;
3-
export const SIDEBAR_WIDTH = "16rem";
3+
export const SIDEBAR_WIDTH = "12rem";
44
export const SIDEBAR_WIDTH_MOBILE = "18rem";
55
export const SIDEBAR_WIDTH_ICON = "3rem";
66
export const SIDEBAR_KEYBOARD_SHORTCUT = "b";

0 commit comments

Comments
 (0)