提交 6517312b 编写于 作者: D Devil

后台左侧菜单宽度调整

上级 65cb60f7
......@@ -403,9 +403,9 @@ ul {margin-top:0;}
.admin-sidebar {height:100%;overflow-x:hidden;overflow-y:scroll;-webkit-overflow-scrolling:touch;}
.admin-sidebar .am-icon-angle-down {margin-top: 2px;}
@media only screen and (min-width:641px) {
header { left: 129px; }
header { left: 159px; }
header .am-topbar-brand, .am-topbar-nav > li > a { line-height: 32px; }
.admin-sidebar {display:block;width:130px;z-index:1; position: fixed; top: 0; left: 0;}
.admin-sidebar {display:block;width:160px;z-index:1; position: fixed; top: 0; left: 0;}
.admin-offcanvas-bar {position:static;width:auto;background:none;-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0);overflow-y:visible;min-height:100%;}
.admin-offcanvas-bar:after {content:none;}
}
......
@media only screen and (min-width: 641px) {
#ifcontent {
padding-left: 130px;
padding-left: 160px;
}
}
\ No newline at end of file
......@@ -73,7 +73,7 @@
width: 35px;
}
.content ul.am-gallery-bordered li .submit-state {
height: 28px;
height: 30px;
border-radius: 2px;
font-size: 12px;
line-height: 14px;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册