PMCORE-2741:Different sizes for the left menu when it is collapse and normal

This commit is contained in:
fabio
2021-01-20 14:21:03 -04:00
parent 5536bfdf07
commit d3a20ba19a
2 changed files with 3 additions and 3 deletions

View File

@@ -30,7 +30,7 @@ export default {
isOnMobile: false,
hideToggle: true,
selectedTheme: "",
sidebarWidth: "310px",
sidebarWidth: "260px",
};
},
computed: {

View File

@@ -78,7 +78,7 @@ export default {
collapsed: false,
selectedTheme: "",
isOnMobile: false,
sidebarWidth: "310px",
sidebarWidth: "260px",
pageId: null,
pageName: null,
pageUri: null,
@@ -311,7 +311,7 @@ export default {
<style lang="scss">
#home {
padding-left: 310px;
padding-left: 260px;
transition: 0.3s;
}
#home.collapsed {