Fix species faces container sizes
This commit is contained in:
parent
e0e85b2add
commit
2d58627bdd
1 changed files with 5 additions and 2 deletions
|
@ -708,8 +708,11 @@ function ItemPageOutfitPreview({ itemId }) {
|
||||||
`,
|
`,
|
||||||
}}
|
}}
|
||||||
templateRows={{
|
templateRows={{
|
||||||
base: "auto auto 400px auto",
|
// HACK: Really I wanted 400px to match the natural height of the
|
||||||
md: "400px auto",
|
// preview in md, but in Chromium that creates a scrollbar and
|
||||||
|
// 401px doesn't, not sure exactly why?
|
||||||
|
base: "auto auto 200px auto",
|
||||||
|
md: "401px auto",
|
||||||
}}
|
}}
|
||||||
templateColumns={{
|
templateColumns={{
|
||||||
base: "minmax(min-content, 400px)",
|
base: "minmax(min-content, 400px)",
|
||||||
|
|
Loading…
Reference in a new issue