Fix layout of inference scratchpad

This commit is contained in:
somebody
2022-12-26 21:35:25 -06:00
parent 80a58f1be9
commit 528861ab14

View File

@@ -2555,6 +2555,7 @@ body {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
background-color: rgba(0, 0, 0, 0.7);