Skip to content

Commit

Permalink
Styling fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
srimanachanta committed Jul 26, 2023
1 parent 67d3a1e commit 44e40cf
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions photon-client/src/views/DashboardView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,8 @@ const cameraViewType = computed<number[]>({
style="display: flex; flex-direction: column"
align-self="stretch"
>
<CameraAndPipelineSelectCard style="height: 50%" />
<StreamConfigCard
v-model="cameraViewType"
style="height: 50%"
/>
<CameraAndPipelineSelectCard />
<StreamConfigCard v-model="cameraViewType" />
</v-col>
</v-row>
<PipelineConfigCard />
Expand Down

0 comments on commit 44e40cf

Please sign in to comment.