mirror of
https://github.com/open-webui/open-webui
synced 2024-11-07 00:59:52 +00:00
refac: styling
This commit is contained in:
parent
fb5fb27ebe
commit
12a6216477
@ -315,7 +315,7 @@
|
||||
</div>
|
||||
|
||||
<div class="{transparentBackground ? 'bg-transparent' : 'bg-white dark:bg-gray-900'} ">
|
||||
<div class="max-w-6xl px-2.5 mx-auto inset-x-0 pb-safe-bottom">
|
||||
<div class="max-w-6xl px-4 mx-auto inset-x-0 pb-safe-bottom">
|
||||
<div class="">
|
||||
<input
|
||||
bind:this={filesInputElement}
|
||||
|
@ -198,7 +198,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="mx-auto max-w-2xl font-primary" in:fade={{ duration: 200, delay: 200 }}>
|
||||
<div class="mx-4">
|
||||
<div class="mx-5">
|
||||
<Suggestions
|
||||
suggestionPrompts={models[selectedModelIdx]?.info?.meta?.suggestion_prompts ??
|
||||
$config?.default_prompt_suggestions ??
|
||||
|
Loading…
Reference in New Issue
Block a user