Commit b7f96a0e authored by Pan's avatar Pan

refine sidebar css

parent c74147f5
...@@ -53,7 +53,6 @@ ...@@ -53,7 +53,6 @@
position: relative; position: relative;
height: 100%; height: 100%;
width: 100%; width: 100%;
padding-left: 180px;
&.hideSidebar { &.hideSidebar {
padding-left: 40px; padding-left: 40px;
.sidebar-wrapper { .sidebar-wrapper {
...@@ -69,6 +68,9 @@ ...@@ -69,6 +68,9 @@
} }
} }
} }
.main-container{
padding-left: 0px;
}
} }
.sidebar-wrapper { .sidebar-wrapper {
width: 180px; width: 180px;
...@@ -88,6 +90,7 @@ ...@@ -88,6 +90,7 @@
width: 100%; width: 100%;
min-height: 100%; min-height: 100%;
transition: all .28s ease-out; transition: all .28s ease-out;
padding-left: 180px;
} }
} }
</style> </style>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment