Skip to content

Commit b5fd731

Browse files
committed
Neptune_Render: increase spacing between import drop zone and picker.
Adds clearer vertical separation between the drag-and-drop area and the Choose File row to improve readability and reduce crowding in the import dialog.
1 parent b123587 commit b5fd731

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/components/ImportDXFDialog.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
accept=".json,.dxf,application/json"
2525
@change="onFileChange"
2626
/>
27-
<div class="import-file-picker mt-3">
27+
<div class="import-file-picker">
2828
<v-btn small class="mr-2" @click="selectFile"> Choose File </v-btn>
2929
<span class="text-caption">{{ selectedFileName || "No file chosen" }}</span>
3030
</div>
@@ -220,6 +220,7 @@ export default {
220220
.import-file-picker {
221221
display: flex;
222222
align-items: center;
223+
margin-top: 24px;
223224
}
224225
.hidden-import-input {
225226
display: none;

0 commit comments

Comments
 (0)