Skip to content

Commit 9f77310

Browse files
committed
style(Sidebar): change width
1 parent b9022fc commit 9f77310

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

app/assets/sass/main.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ html {
99
}
1010

1111
#workspace {
12-
padding-left: 180px;
12+
padding-left: 200px;
1313
a {
1414
text-decoration: none;
1515
color: var(--p-primary-color);
@@ -22,11 +22,11 @@ html {
2222
}
2323

2424
#workspace.collapsed {
25-
padding-left: 50px;
25+
padding-left: 60px;
2626
}
2727

2828
#workspace.onmobile {
29-
padding-left: 50px;
29+
padding-left: 60px;
3030
}
3131

3232
@media (min-width: 1024px) {

app/components/app/AppSidebar.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ onMounted(() => {
3535
link-component-name="nuxt-sidebar-link"
3636
:menu="menu"
3737
:show-one-child="true"
38-
width="180px"
38+
width="200px"
3939
width-collapsed="60px"
4040
@update:collapsed="onToggleCollapse"
4141
@item-click="onItemClick"

0 commit comments

Comments
 (0)