diff --git a/src/app/WardrobePage/OutfitControls.js b/src/app/WardrobePage/OutfitControls.js
index c6287fb..e8caa28 100644
--- a/src/app/WardrobePage/OutfitControls.js
+++ b/src/app/WardrobePage/OutfitControls.js
@@ -172,24 +172,26 @@ function OutfitControls({
-
- {/**
- * We try to center the species/color picker, but the left spacer will
- * shrink more than the pose picker container if we run out of space!
- */}
-
-
-
-
-
-
- {outfitState.speciesId && outfitState.colorId && (
+ {outfitState.speciesId && outfitState.colorId && (
+
+ {/**
+ * We try to center the species/color picker, but the left spacer will
+ * shrink more than the pose picker container if we run out of space!
+ */}
+
+
+
+ {
+
+ }
+
+
- )}
-
+
+ )}
)}