We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9022fc commit 9f77310Copy full SHA for 9f77310
app/assets/sass/main.scss
@@ -9,7 +9,7 @@ html {
9
}
10
11
#workspace {
12
- padding-left: 180px;
+ padding-left: 200px;
13
a {
14
text-decoration: none;
15
color: var(--p-primary-color);
@@ -22,11 +22,11 @@ html {
22
23
24
#workspace.collapsed {
25
- padding-left: 50px;
+ padding-left: 60px;
26
27
28
#workspace.onmobile {
29
30
31
32
@media (min-width: 1024px) {
app/components/app/AppSidebar.vue
@@ -35,7 +35,7 @@ onMounted(() => {
35
link-component-name="nuxt-sidebar-link"
36
:menu="menu"
37
:show-one-child="true"
38
- width="180px"
+ width="200px"
39
width-collapsed="60px"
40
@update:collapsed="onToggleCollapse"
41
@item-click="onItemClick"
0 commit comments