diff --git a/minecraftcodex/studio/static/sass/_fixes.sass b/minecraftcodex/studio/static/sass/_fixes.sass index b04dba4..0cc4e8f 100644 --- a/minecraftcodex/studio/static/sass/_fixes.sass +++ b/minecraftcodex/studio/static/sass/_fixes.sass @@ -17,3 +17,6 @@ .texture-search margin-top: -7px !important + +.label + margin-top: -1px diff --git a/minecraftcodex/studio/templates/studio/main.html b/minecraftcodex/studio/templates/studio/main.html index 78ce433..69aa792 100644 --- a/minecraftcodex/studio/templates/studio/main.html +++ b/minecraftcodex/studio/templates/studio/main.html @@ -91,7 +91,7 @@

Textures

- {#{% for item in textures %} + {% for item in textures %}
@@ -99,7 +99,7 @@
- {% endfor %}#} + {% endfor %}
Mouseover a texture
@@ -134,6 +134,38 @@ +
+ Position +
+
+
+ +
+ + X + +
+
+
+ +
+ + Y + +
+
+
+ +
+ + Z + +
+
+