mirror of
https://github.com/open-webui/open-webui
synced 2025-06-26 18:26:48 +00:00
refac: styling
This commit is contained in:
@@ -277,7 +277,7 @@
|
||||
</div>
|
||||
</div> -->
|
||||
|
||||
<hr class=" dark:border-gray-700 my-2.5" />
|
||||
<hr class=" dark:border-gray-850 my-2.5" />
|
||||
|
||||
{#if tags.length > 0}
|
||||
<div class="px-2.5 pt-1 flex gap-1 flex-wrap">
|
||||
|
||||
@@ -103,7 +103,7 @@
|
||||
</div>
|
||||
</a>
|
||||
|
||||
<hr class=" dark:border-gray-700" />
|
||||
<hr class=" dark:border-gray-850" />
|
||||
|
||||
<div class=" my-2 mb-5">
|
||||
{#each $modelfiles as modelfile}
|
||||
|
||||
@@ -400,7 +400,7 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="pb-2">
|
||||
<div class="pb-3">
|
||||
{#if !loading}
|
||||
<button
|
||||
class="px-3 py-1.5 text-sm font-medium bg-emerald-600 hover:bg-emerald-700 text-gray-50 transition rounded-lg"
|
||||
|
||||
@@ -89,7 +89,7 @@
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<hr class=" dark:border-gray-700 my-2.5" />
|
||||
<hr class=" dark:border-gray-850 my-2.5" />
|
||||
|
||||
<div class="my-3 mb-5">
|
||||
{#each $prompts.filter((p) => query === '' || p.command.includes(query)) as prompt}
|
||||
|
||||
Reference in New Issue
Block a user