[WV2] Minor tweaks to look more like the real wardrobe

This commit is contained in:
Emi Matchu 2026-02-05 18:49:07 -08:00
parent 4503c12a1f
commit d7b1f0e067
2 changed files with 3 additions and 3 deletions

View file

@ -252,7 +252,6 @@ body.wardrobe-v2 {
.wardrobe-container {
display: grid;
height: 100vh;
background: #000;
/* Mobile: vertical stack with preview on top, controls below */
grid-template-areas:
@ -279,7 +278,7 @@ body.wardrobe-v2 {
display: flex;
align-items: center;
justify-content: center;
background: #000;
background: rgb(23, 25, 35);
position: relative;
container-type: size;

View file

@ -28,7 +28,8 @@
We haven't seen this kind of pet before! Try a different species/color
combination.
- else
= outfit_viewer @outfit, id: "wardrobe-outfit-viewer"
= outfit_viewer @outfit, id: "wardrobe-outfit-viewer",
preferred_image_format: :svg # TODO: Make this a selectable option
.preview-controls
.preview-controls-top