Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 9f77310

Browse filesBrowse files
committed
style(Sidebar): change width
1 parent b9022fc commit 9f77310
Copy full SHA for 9f77310

File tree

2 files changed

+4
-4
lines changed
Filter options

2 files changed

+4
-4
lines changed

‎app/assets/sass/main.scss

Copy file name to clipboardExpand all lines: app/assets/sass/main.scss
+3-3
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

Copy file name to clipboardExpand all lines: app/components/app/AppSidebar.vue
+1-1
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.