Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
chemicalcrux
/
macrovision
Segui
1
Vota
0
Forka
0
Codice
Problemi
5
Pull Requests
0
Rilasci
10
Wiki
Attività
Sfoglia il codice sorgente
Adjust menu layout a bit
tags/v0.1.0
Fen Dweller
6 anni fa
parent
b1efd45940
commit
a9010935fc
2 ha cambiato i file
con
1 aggiunte
e
2 eliminazioni
Visualizzazione separata
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
macrovision.css
+1
-1
macrovision.js
+ 0
- 1
macrovision.css
Vedi 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
Vedi File
@@ -833,8 +833,8 @@ function prepareEntities() {
}
categorySelect.appendChild(categoryOption);
holder.appendChild(button);
holder.appendChild(select);
holder.appendChild(button);
});
categorySelect.addEventListener("input", e => {
Write
Preview
Loading…
Annulla
Salva