Skip to content

Commit

Permalink
refactor(sidebar): set collapsed width to 60 px
Browse files Browse the repository at this point in the history
  • Loading branch information
sfxcode committed Jan 6, 2025
1 parent 16748f1 commit bd338d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/app/AppSidebar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ onMounted(() => {
:menu="menu"
:show-one-child="true"
width="180px"
width-collapsed="50px"
width-collapsed="60px"
@update:collapsed="onToggleCollapse"
@item-click="onItemClick"
>
Expand Down

0 comments on commit bd338d2

Please sign in to comment.