style: increase gap between camera feeds

This commit is contained in:
Youwen Wu 2024-03-18 22:18:56 -07:00
parent b33999ad7c
commit 9a4713ea14
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3

View file

@ -5,7 +5,7 @@
</script>
<AppContainer
class="px-10 py-20 flex gap-4 w-full backdrop-blur-lg justify-center h-full rounded-3xl shadow-md bg-slate-300 bg-opacity-30"
class="px-10 py-20 flex gap-8 w-full backdrop-blur-lg justify-center h-full rounded-3xl shadow-md bg-slate-300 bg-opacity-30"
>
<div class="my-auto">
<CameraContainer cameraUrl={$settingsStore.frontCameraAddr} />