File tree Expand file tree Collapse file tree
src/lib/components/automations Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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"
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 }
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" >
You can’t perform that action at this time.
0 commit comments