refac: styling

This commit is contained in:
Timothy Jaeryang Baek
2025-01-19 12:46:02 -08:00
parent bdc60e7850
commit 59c349de00
4 changed files with 103 additions and 87 deletions

View File

@@ -26,6 +26,7 @@
import ConfirmDialog from '$lib/components/common/ConfirmDialog.svelte';
import Cog6 from '$lib/components/icons/Cog6.svelte';
import ConfigureModelsModal from './Models/ConfigureModelsModal.svelte';
import Wrench from '$lib/components/icons/Wrench.svelte';
let importFiles;
let modelsImportInputElement: HTMLInputElement;
@@ -151,10 +152,22 @@
>
</div>
<div>
<div class="flex items-center">
<!-- <Tooltip content={$i18n.t('Manage')}>
<button
class=" p-1 rounded-full flex gap-1 items-center"
type="button"
on:click={() => {
showConfigModal = true;
}}
>
<Wrench />
</button>
</Tooltip> -->
<Tooltip content={$i18n.t('Configure')}>
<button
class=" px-2.5 py-1 rounded-full flex gap-1 items-center"
class=" p-1 rounded-full flex gap-1 items-center"
type="button"
on:click={() => {
showConfigModal = true;