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 e871141 commit 425b27dCopy full SHA for 425b27d
desk/src/stores/sidebar.ts
@@ -6,7 +6,7 @@ export const useSidebarStore = defineStore("sidebar", () => {
6
const isOpen = ref(true);
7
const isExpanded = useStorage("sidebar_is_expanded", true);
8
const width = computed(() => {
9
- return isExpanded.value ? "256px" : "50px";
+ return isExpanded.value ? "224px" : "50px";
10
});
11
12
function toggle(state?: boolean) {
0 commit comments