mirror of https://github.com/Meekdai/Gmeek.git
修复 width 拼写错误
This commit is contained in:
parent
03ee911f40
commit
039e785ef5
|
|
@ -128,7 +128,7 @@ function showList(labelsCount){
|
||||||
path=document.createElementNS("http://www.w3.org/2000/svg","path");
|
path=document.createElementNS("http://www.w3.org/2000/svg","path");
|
||||||
span=document.createElement("span");
|
span=document.createElement("span");
|
||||||
svg.setAttributeNS(null,"class","SideNav-icon octicon");
|
svg.setAttributeNS(null,"class","SideNav-icon octicon");
|
||||||
svg.setAttributeNS(null,"style","witdh:16px;height:16px");
|
svg.setAttributeNS(null,"style","width:16px;height:16px");
|
||||||
path.setAttributeNS(null, "d", IconList["post"]);
|
path.setAttributeNS(null, "d", IconList["post"]);
|
||||||
svg.appendChild(path);
|
svg.appendChild(path);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue