mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2025-04-21 17:20:49 +00:00
needs more work
This commit is contained in:
parent
2e70384dd1
commit
85d2023ade
@ -88,7 +88,7 @@
|
||||
</div>
|
||||
<!-- CHAT BOX -->
|
||||
<div class="flex flex-row flex-grow items-center gap-2 ">
|
||||
<div >
|
||||
<div class="w-24">
|
||||
<MountedPersonalitiesComponent />
|
||||
|
||||
</div>
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
<!-- LIST OF MOUNTED PERSONALITIES -->
|
||||
<div
|
||||
class=" text-base font-semibold cursor-pointer select-none items-center flex flex-row">
|
||||
class=" text-base font-semibold cursor-pointer select-none items-center flex flex-row overflow-visible overflow-x-auto scrollbar-thin scrollbar-track-bg-light scrollbar-thumb-bg-light-tone hover:scrollbar-thumb-primary dark:scrollbar-track-bg-dark dark:scrollbar-thumb-bg-dark-tone dark:hover:scrollbar-thumb-primary active:scrollbar-thumb-secondary">
|
||||
<!-- LIST -->
|
||||
<div class="flex -space-x-4 items-center ">
|
||||
<!-- ITEM -->
|
||||
|
Loading…
x
Reference in New Issue
Block a user