修复 width 拼写错误

This commit is contained in:
Meekdai 2024-04-28 09:54:43 +08:00
parent 03ee911f40
commit 039e785ef5

View File

@ -128,7 +128,7 @@ function showList(labelsCount){
path=document.createElementNS("http://www.w3.org/2000/svg","path");
span=document.createElement("span");
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"]);
svg.appendChild(path);