Fix species faces container sizes

This commit is contained in:
Emi Matchu 2021-02-12 17:33:34 -08:00
parent e0e85b2add
commit 2d58627bdd

View file

@ -708,8 +708,11 @@ function ItemPageOutfitPreview({ itemId }) {
`,
}}
templateRows={{
base: "auto auto 400px auto",
md: "400px auto",
// HACK: Really I wanted 400px to match the natural height of the
// 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={{
base: "minmax(min-content, 400px)",