修复iOS设备小屏幕时左侧边栏太窄问题

This commit is contained in:
Argo-Lenovo 2016-11-11 13:05:25 +08:00
parent 3dd3c92fc8
commit 11cd13a7e5
1 changed files with 4 additions and 1 deletions

View File

@ -10,10 +10,13 @@
overflow-y: auto;
position: absolute;
width: auto;
padding-right: 20px;
z-index: 5;
}
#sidebar ul li a {
padding-right: 25px;
}
#main-content {
margin-left: 0;
}