Smaall UI changes and css cleanup.

This commit is contained in:
2020-03-01 20:54:44 -06:00
parent 66b687f6b9
commit 3f61a08ebf
4 changed files with 39 additions and 46 deletions

View File

@@ -60,7 +60,7 @@ const generateSelectionWindow = (json = "", keys = null, keysLength = 0) => {
selAll.addEventListener("click", function (eve) {
toggleSelect(eve.target, "Win" + i);
});
h2Tag.appendChild(h2Txt);
h2Tag.prepend(h2Txt);
store.forEach(tab => {
let liClone = document.importNode(liTemplate.content, true);