mirror of
https://github.com/open-webui/open-webui
synced 2025-01-01 08:42:14 +00:00
style: Align Google Drive switch to the right side of text
This commit is contained in:
parent
d43ca803ca
commit
5c149c3aa2
@ -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="my-2">
|
<div class="flex justify-between items-center text-xs">
|
||||||
<div class="flex justify-between items-center text-xs">{$i18n.t('Enable Google Drive')}</div>
|
<div class="text-xs font-medium">{$i18n.t('Enable Google Drive')}</div>
|
||||||
<div class="flex justify-between items-center text-xs">
|
<div>
|
||||||
<Switch bind:state={enableGoogleDrive} />
|
<Switch bind:state={enableGoogleDrive} />
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user