{#if externalImage}
{:else}
@@ -36,7 +36,7 @@
align-self: stretch;
display: flex;
user-select: none;
-}
+ }
.button.disabled {
color: var(--theme-font-3);
}
@@ -59,8 +59,9 @@
white-space: nowrap;
align-self: center;
background: var(--theme-bg-2);
- padding: 2px 8px;
+ padding: 3px 8px;
border-radius: 4px;
+ cursor: pointer;
}
img {
width: 20px;
diff --git a/packages/web/src/widgets/ToolbarCommandButton.svelte b/packages/web/src/widgets/ToolStripCommandButton.svelte
similarity index 85%
rename from packages/web/src/widgets/ToolbarCommandButton.svelte
rename to packages/web/src/widgets/ToolStripCommandButton.svelte
index 7c728929..a81f0499 100644
--- a/packages/web/src/widgets/ToolbarCommandButton.svelte
+++ b/packages/web/src/widgets/ToolStripCommandButton.svelte
@@ -8,10 +8,10 @@
diff --git a/packages/web/src/widgets/TabToolbarContainer.svelte b/packages/web/src/widgets/ToolStripContainer.svelte
similarity index 84%
rename from packages/web/src/widgets/TabToolbarContainer.svelte
rename to packages/web/src/widgets/ToolStripContainer.svelte
index 9e4ca352..3d354922 100644
--- a/packages/web/src/widgets/TabToolbarContainer.svelte
+++ b/packages/web/src/widgets/ToolStripContainer.svelte
@@ -1,5 +1,5 @@
-