Skip to content
Snippets Groups Projects
Commit 89c72d27 authored by Pan's avatar Pan Committed by 花裤衩
Browse files

refine css

parent 108b380d
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,7 @@
}
}
.sidebar-container {
transition: all .28s ease-out;
transition: width 0.28s ease-out;
width: 180px;
height: 100%;
position: fixed;
......@@ -54,7 +54,7 @@
}
.main-container {
min-height: 100%;
transition: all .28s ease-out;
transition: margin-left 0.28s ease-out;
margin-left: 180px;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment