Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
@update:modelValue="handleWidthChange" />
</div>

<div v-if="width < 360">
<div>
<div class="d-flex align-center justify-space-between mb-1 mt-4">
<v-tooltip text="Center angle of scanning sector" location="left">
<template v-slot:activator="{ props }">
Expand Down Expand Up @@ -88,7 +88,7 @@
</template>
</v-tooltip>

<v-divider class="mb-4"></v-divider>
<v-divider class="mb-4 mt-4" />

<v-btn block variant="tonal" @click="showAdvanced = !showAdvanced" class="mb-4">
<v-icon :icon="showAdvanced ? 'mdi-chevron-up' : 'mdi-chevron-down'" class="mr-2"></v-icon>
Expand Down
Loading