Allow layer list in inspect mode use more space (close #106)
This commit is contained in:
parent
88022f9297
commit
b66ae40a1e
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
|||
body {background:#fff;color:#333;}
|
||||
#map {position:absolute;top:0;left:0;right:250px;bottom:0;}
|
||||
h1 {position:absolute;top:5px;right:0;width:240px;margin:0;line-height:20px;font-size:20px;}
|
||||
#layerList {position:absolute;top:35px;right:0;bottom:60%;width:240px;overflow:auto;}
|
||||
#layerList {position:absolute;top:35px;right:0;bottom:0;width:240px;overflow:auto;}
|
||||
#layerList div div {width:15px;height:15px;display:inline-block;}
|
||||
</style>
|
||||
{{/is_vector}}
|
||||
|
|
Loading…
Reference in a new issue