style: Align Google Drive switch to the right side of text

This commit is contained in:
Taylor Wilsdon (aider) 2024-12-18 13:24:13 -05:00
parent d43ca803ca
commit 5c149c3aa2

View File

@ -596,13 +596,13 @@
<div class="text-sm font-medium mb-1">{$i18n.t('Google Drive')}</div>
<div class=" flex gap-1.5">
<div class="my-2">
<div class="flex justify-between items-center text-xs">{$i18n.t('Enable Google Drive')}</div>
<div class="flex justify-between items-center text-xs">
<Switch bind:state={enableGoogleDrive} />
</div>
<div class="my-2">
<div class="flex justify-between items-center text-xs">
<div class="text-xs font-medium">{$i18n.t('Enable Google Drive')}</div>
<div>
<Switch bind:state={enableGoogleDrive} />
</div>
</div>
</div>
</div>