kviewer 0.0.3 → 0.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/module.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
<template>
|
|
2
2
|
<div class="flex flex-col shrink-0 border-b border-default">
|
|
3
3
|
<!-- Top navigation bar -->
|
|
4
|
-
<div class="flex items-center h-
|
|
4
|
+
<div class="flex items-center h-[40px] px-3 gap-2 bg-elevated/50">
|
|
5
5
|
<UPopover>
|
|
6
6
|
<UButton icon="i-lucide-menu" variant="ghost" color="neutral" size="xs" />
|
|
7
7
|
<template #content>
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
</div>
|
|
39
39
|
|
|
40
40
|
<!-- Tool bar -->
|
|
41
|
-
<div v-if="!state.readonly.value" class="grid grid-cols-3 items-center h-
|
|
41
|
+
<div v-if="!state.readonly.value" class="grid grid-cols-3 items-center h-[44px] px-3 gap-2 bg-elevated">
|
|
42
42
|
<div class="justify-self-start">
|
|
43
43
|
<ToolProperties @style-updated="bumpStyleVersion" />
|
|
44
44
|
</div>
|