mirror of
https://github.com/open-webui/open-webui
synced 2024-11-22 08:07:55 +00:00
refac: styling
This commit is contained in:
parent
81bb2750e0
commit
a2476eb1b5
@ -321,7 +321,7 @@
|
|||||||
<span class="relative inline-flex rounded-full size-2 bg-yellow-500" />
|
<span class="relative inline-flex rounded-full size-2 bg-yellow-500" />
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
<div class=" translate-y-[0.5px]">
|
<div class=" translate-y-[0.5px] line-clamp-1">
|
||||||
{selectedToolIds
|
{selectedToolIds
|
||||||
.map((id) => {
|
.map((id) => {
|
||||||
return $tools ? $tools.find((tool) => tool.id === id)?.name : id;
|
return $tools ? $tools.find((tool) => tool.id === id)?.name : id;
|
||||||
|
Loading…
Reference in New Issue
Block a user