Explorar el Código

Adjust menu layout a bit

tags/v0.1.0
Fen Dweller hace 6 años
padre
commit
a9010935fc
Se han modificado 2 ficheros con 1 adiciones y 2 borrados
  1. +0
    -1
      macrovision.css
  2. +1
    -1
      macrovision.js

+ 0
- 1
macrovision.css Ver fichero

@@ -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 Ver fichero

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

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

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


Cargando…
Cancelar
Guardar