mirror of
https://github.com/open-webui/open-webui
synced 2024-12-28 23:02:25 +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=" 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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user