chore: format

This commit is contained in:
Timothy Jaeryang Baek
2025-11-19 03:23:33 -05:00
parent 3d50d5ff77
commit a1d09eae95
66 changed files with 964 additions and 211 deletions

View File

@@ -396,11 +396,7 @@
<div>
<div class="py-0.5">
<div class="flex w-full justify-between">
<label
id="ui-scale-label"
class=" self-center text-xs"
for="ui-scale-slider"
>
<label id="ui-scale-label" class=" self-center text-xs" for="ui-scale-slider">
{$i18n.t('UI Scale')}
</label>

View File

@@ -401,7 +401,8 @@
{:else}
<a
id="sidebar-chat-item"
class=" w-full flex justify-between rounded-xl px-[11px] py-[6px] {id === $chatId || confirmEdit
class=" w-full flex justify-between rounded-xl px-[11px] py-[6px] {id === $chatId ||
confirmEdit
? 'bg-gray-100 dark:bg-gray-900 selected'
: selected
? 'bg-gray-100 dark:bg-gray-950 selected'