From 2ac9fd3aed0fa0a3cbccc68c026381073d77f9f2 Mon Sep 17 00:00:00 2001 From: Danny Avila Date: Fri, 23 Aug 2024 22:31:42 -0400 Subject: [PATCH] refactor: apply growth to artifact frame so artifact preview can take full space --- client/src/mobile.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/client/src/mobile.css b/client/src/mobile.css index d427a398ec..64f10960f5 100644 --- a/client/src/mobile.css +++ b/client/src/mobile.css @@ -317,6 +317,14 @@ @apply flex h-full w-full grow flex-col justify-center; } +.sp-preview { + @apply flex h-full w-full grow flex-col justify-center; +} + .sp-preview-iframe { @apply grow; } + +.sp-wrapper { + @apply flex h-full w-full grow flex-col justify-center; +}