Fix the model manager edit placeholder not being full height

This commit is contained in:
blessedcoolant 2023-02-06 19:59:02 +13:00
parent 25d7d71dd8
commit 6241fc19e0
2 changed files with 0 additions and 2 deletions

View File

@ -316,7 +316,6 @@ export default function CheckpointModelEdit() {
) : (
<Flex
width="100%"
height="250px"
justifyContent="center"
alignItems="center"
backgroundColor="var(--background-color)"

View File

@ -271,7 +271,6 @@ export default function DiffusersModelEdit() {
) : (
<Flex
width="100%"
height="250px"
justifyContent="center"
alignItems="center"
backgroundColor="var(--background-color)"