打开主菜单

少前百科GFwiki β

更改

Widget:NewCharPreview

添加54字节2020年8月23日 (日) 16:35
用flex布局移除标签页间的空白
margin-left: 0;
margin-right: 0;
list-style: none;
}
width: 10em;
height: 2.5em;
display: inline-block;
line-height: 2.5em;
background-clip: border-box;
});
} else {
document.querySelector("#plist").style.display = "flex";
document.querySelector("#pbutton").style.display = "none";
charList.forEach(function(item) {