[WV2] Minor tweaks to look more like the real wardrobe
This commit is contained in:
parent
4503c12a1f
commit
d7b1f0e067
2 changed files with 3 additions and 3 deletions
|
|
@ -252,7 +252,6 @@ body.wardrobe-v2 {
|
||||||
.wardrobe-container {
|
.wardrobe-container {
|
||||||
display: grid;
|
display: grid;
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
background: #000;
|
|
||||||
|
|
||||||
/* Mobile: vertical stack with preview on top, controls below */
|
/* Mobile: vertical stack with preview on top, controls below */
|
||||||
grid-template-areas:
|
grid-template-areas:
|
||||||
|
|
@ -279,7 +278,7 @@ body.wardrobe-v2 {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
background: #000;
|
background: rgb(23, 25, 35);
|
||||||
position: relative;
|
position: relative;
|
||||||
container-type: size;
|
container-type: size;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -28,7 +28,8 @@
|
||||||
We haven't seen this kind of pet before! Try a different species/color
|
We haven't seen this kind of pet before! Try a different species/color
|
||||||
combination.
|
combination.
|
||||||
- else
|
- 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
|
||||||
.preview-controls-top
|
.preview-controls-top
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue