Skip to content

Commit 4578bf5

Browse files
committed
refac
1 parent 9190d4b commit 4578bf5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/lib/components/automations/AutomationEditor.svelte

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@
276276

277277
{#if isDirty}
278278
<button
279-
class="px-4 py-1.5 text-sm bg-black text-white dark:bg-white dark:text-black rounded-full hover:opacity-90 transition flex items-center gap-1.5"
279+
class="px-3 py-1 text-sm bg-black text-white dark:bg-white dark:text-black rounded-full hover:opacity-90 transition flex items-center gap-1.5"
280280
on:click={saveHandler}
281281
disabled={saving}
282282
type="button"
@@ -289,7 +289,7 @@
289289
{/if}
290290

291291
<button
292-
class="px-4 py-1.5 text-sm border border-gray-200 dark:border-gray-800 hover:bg-gray-50 dark:hover:bg-gray-850 transition rounded-full flex items-center gap-1.5"
292+
class="px-2.5 py-1 text-sm border border-gray-200 dark:border-gray-800 hover:bg-gray-50 dark:hover:bg-gray-850 transition rounded-full flex items-center gap-1.5"
293293
on:click={runNowHandler}
294294
type="button"
295295
disabled={loading}
@@ -334,7 +334,7 @@
334334
</div>
335335

336336
<!-- Sidebar Configuration Column -->
337-
<div class="hidden md:flex w-full md:w-80 shrink-0 overflow-y-auto px-1 flex-col gap-5">
337+
<div class="hidden md:flex w-full md:w-66 shrink-0 overflow-y-auto px-1 flex-col gap-5">
338338
<div>
339339
<div class="text-gray-500 text-xs mb-3">{$i18n.t('Configuration')}</div>
340340
<div class="space-y-1">

0 commit comments

Comments
 (0)