修复iOS设备小屏幕时左侧边栏太窄问题
This commit is contained in:
parent
3dd3c92fc8
commit
11cd13a7e5
|
@ -10,10 +10,13 @@
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: auto;
|
width: auto;
|
||||||
padding-right: 20px;
|
|
||||||
z-index: 5;
|
z-index: 5;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#sidebar ul li a {
|
||||||
|
padding-right: 25px;
|
||||||
|
}
|
||||||
|
|
||||||
#main-content {
|
#main-content {
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue