PMCORE-2741:Different sizes for the left menu when it is collapse and normal
This commit is contained in:
@@ -30,7 +30,7 @@ export default {
|
||||
isOnMobile: false,
|
||||
hideToggle: true,
|
||||
selectedTheme: "",
|
||||
sidebarWidth: "310px",
|
||||
sidebarWidth: "260px",
|
||||
};
|
||||
},
|
||||
computed: {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user