Skip to content

Commit d64741f

Browse files
committed
fix(FileExplorer): align button properly
1 parent 13ff28e commit d64741f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/editor/FileSelector.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<template>
2-
<div class="d-flex gap-1">
2+
<div class="d-flex ga-1 align-center">
33
<v-btn
44
v-if="!store.state.showFileExplorer"
55
:icon="`svg:${mdiFileMultiple}`"

0 commit comments

Comments
 (0)