Skip to content

Commit bd338d2

Browse files
committed
refactor(sidebar): set collapsed width to 60 px
1 parent 16748f1 commit bd338d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/components/app/AppSidebar.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ onMounted(() => {
3636
:menu="menu"
3737
:show-one-child="true"
3838
width="180px"
39-
width-collapsed="50px"
39+
width-collapsed="60px"
4040
@update:collapsed="onToggleCollapse"
4141
@item-click="onItemClick"
4242
>

0 commit comments

Comments
 (0)