Skip to content

Commit

Permalink
refactor(ui): set sidebar width to 180px
Browse files Browse the repository at this point in the history
  • Loading branch information
sfxcode committed Aug 4, 2024
1 parent c8b037e commit 7f09b5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/assets/sass/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ html {
}

#workspace {
padding-left: 220px;
padding-left: 180px;
a {
text-decoration: none;
color: var(--p-primary-color);
Expand Down
2 changes: 1 addition & 1 deletion app/components/app/AppSidebar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ onMounted(() => {
link-component-name="nuxt-sidebar-link"
:menu="menu"
:show-one-child="true"
width="220px"
width="180px"
width-collapsed="50px"
@update:collapsed="onToggleCollapse"
@item-click="onItemClick"
Expand Down

0 comments on commit 7f09b5a

Please sign in to comment.