Merge pull request #17779 from silentoplayz/fix-set-as-default

fix: 'Set as default' click position
This commit is contained in:
Tim Jaeryang Baek 2025-09-26 16:57:31 -05:00 committed by GitHub
commit 5765a87720
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -125,7 +125,7 @@
{#if showSetDefault} {#if showSetDefault}
<div <div
class="absolute text-left mt-[1px] ml-1 text-[0.7rem] text-gray-600 dark:text-gray-400 font-primary" class="relative text-left mt-[1px] ml-1 text-[0.7rem] text-gray-600 dark:text-gray-400 font-primary"
> >
<button on:click={saveDefaultModel}> {$i18n.t('Set as default')}</button> <button on:click={saveDefaultModel}> {$i18n.t('Set as default')}</button>
</div> </div>