mirror of
https://github.com/open-webui/open-webui
synced 2024-11-16 05:24:02 +00:00
layout updated
This commit is contained in:
parent
83ae37f154
commit
569026779b
@ -181,14 +181,14 @@
|
|||||||
<div class=" h-full mb-32 w-full flex flex-col">
|
<div class=" h-full mb-32 w-full flex flex-col">
|
||||||
{#if Object.keys(chatHistory).length == 0}
|
{#if Object.keys(chatHistory).length == 0}
|
||||||
<div class="m-auto text-center max-w-md">
|
<div class="m-auto text-center max-w-md">
|
||||||
<div class="flex justify-center">
|
<div class="flex justify-center mt-8">
|
||||||
<img src="/ollama.png" class="w-16 invert-[80%]" />
|
<img src="/ollama.png" class="w-16 invert-[80%]" />
|
||||||
</div>
|
</div>
|
||||||
<div class="mt-6 text-3xl text-gray-500 font-semibold">
|
<div class="mt-6 text-3xl text-gray-500 font-semibold">
|
||||||
Get up and running with large language models, locally.
|
Get up and running with large language models, locally.
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class=" mt-4 text-gray-600">
|
<div class=" my-4 text-gray-600">
|
||||||
Run Llama 2, Code Llama, and other models. <br /> Customize and create your own.
|
Run Llama 2, Code Llama, and other models. <br /> Customize and create your own.
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -4,13 +4,13 @@
|
|||||||
|
|
||||||
@layer base {
|
@layer base {
|
||||||
html {
|
html {
|
||||||
font-family: 'Arimo', ui-sans-serif, system-ui, -apple-system, 'Segoe UI', Roboto, Ubuntu,
|
font-family: -apple-system, 'Arimo', ui-sans-serif, system-ui, 'Segoe UI', Roboto, Ubuntu,
|
||||||
Cantarell, 'Noto Sans', sans-serif, 'Helvetica Neue', Arial, 'Apple Color Emoji',
|
Cantarell, 'Noto Sans', sans-serif, 'Helvetica Neue', Arial, 'Apple Color Emoji',
|
||||||
'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
|
'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
|
||||||
}
|
}
|
||||||
|
|
||||||
pre {
|
pre {
|
||||||
font-family: 'Arimo', ui-sans-serif, system-ui, -apple-system, 'Segoe UI', Roboto, Ubuntu,
|
font-family: -apple-system, 'Arimo', ui-sans-serif, system-ui, 'Segoe UI', Roboto, Ubuntu,
|
||||||
Cantarell, 'Noto Sans', sans-serif, 'Helvetica Neue', Arial, 'Apple Color Emoji',
|
Cantarell, 'Noto Sans', sans-serif, 'Helvetica Neue', Arial, 'Apple Color Emoji',
|
||||||
'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
|
'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
|
||||||
white-space: pre-wrap;
|
white-space: pre-wrap;
|
||||||
|
Loading…
Reference in New Issue
Block a user