style: increase gap between camera feeds
This commit is contained in:
parent
b33999ad7c
commit
9a4713ea14
1 changed files with 1 additions and 1 deletions
|
@ -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} />
|
||||
|
|
Loading…
Reference in a new issue