Browse Source

Adjust menu layout a bit

tags/v0.1.0
Fen Dweller 6 years ago
parent
commit
a9010935fc
2 changed files with 1 additions and 2 deletions
  1. +0
    -1
      macrovision.css
  2. +1
    -1
      macrovision.js

+ 0
- 1
macrovision.css View File

@@ -250,7 +250,6 @@ body.toggle-bottom-name .bottom-name {
#spawners > select {
display: none;
font-size: 24pt;
margin-right: 50px;
}

#spawners > select#category-picker {


+ 1
- 1
macrovision.js View File

@@ -833,8 +833,8 @@ function prepareEntities() {
}

categorySelect.appendChild(categoryOption);
holder.appendChild(button);
holder.appendChild(select);
holder.appendChild(button);
});

categorySelect.addEventListener("input", e => {


Loading…
Cancel
Save