|
@@ -596,13 +596,13 @@
|
|
|
|
|
|
<div class="text-sm font-medium mb-1">{$i18n.t('Google Drive')}</div>
|
|
<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>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|