We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7fc638 commit 1f99414Copy full SHA for 1f99414
2 files changed
src/renderer/components/editor/header/Tool.vue
@@ -1,7 +1,9 @@
1
<script setup lang="ts"></script>
2
3
<template>
4
- <div class="flex h-[var(--editor-tool-header-height)] items-center px-2">
+ <div
5
+ class="border-border flex h-[var(--editor-tool-header-height)] items-center border-b"
6
+ >
7
<slot />
8
</div>
9
</template>
src/renderer/components/editor/mindmap/Mindmap.vue
@@ -88,7 +88,7 @@ watch(selectedSnippetContent, () => {
88
89
<div>
90
<EditorHeaderTool>
91
- <div class="flex w-full justify-between">
+ <div class="flex w-full items-center justify-between px-2">
92
93
<UiActionButton
94
:tooltip="i18n.t('button.zoomIn')"
0 commit comments