This website works better with JavaScript.
Home
Explore
Help
Sign In
chemicalcrux
/
macrovision
Watch
1
Star
0
Fork
0
Code
Issues
5
Pull Requests
0
Releases
10
Wiki
Activity
Browse Source
Adjust menu layout a bit
tags/v0.1.0
Fen Dweller
6 years ago
parent
b1efd45940
commit
a9010935fc
2 changed files
with
1 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
macrovision.css
+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 => {
Write
Preview
Loading…
Cancel
Save