v9.8 ready for tag

This commit is contained in:
Saifeddine ALOUI 2024-05-20 02:48:41 +02:00
parent f982838f05
commit 8a8e3a1c38
5 changed files with 13 additions and 13 deletions

File diff suppressed because one or more lines are too long

8
web/dist/assets/index-e9c85073.css vendored Normal file

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

4
web/dist/index.html vendored
View File

@ -6,8 +6,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>LoLLMS WebUI - Welcome</title>
<script type="module" crossorigin src="/assets/index-a61dfb5d.js"></script>
<link rel="stylesheet" href="/assets/index-fac1b0e8.css">
<script type="module" crossorigin src="/assets/index-e001aac8.js"></script>
<link rel="stylesheet" href="/assets/index-e9c85073.css">
</head>
<body>
<div id="app"></div>

View File

@ -178,7 +178,7 @@
</div>
<div class="w-fit group relative" >
<!-- :onShowPersList="onShowPersListFun" -->
<div class= "fixed w-[500px] -bottom-[50px] group absolute opacity-0 group-hover:opacity-100 transform group-hover:translate-y-[-6rem] group-hover:translate-x-15 transition-all duration-300">
<div class= "fixed w-[500px] -bottom-[150px] group absolute group-hover:opacity-100 transform group-hover:translate-y-[-200px] group-hover:translate-x-[0px] transition-all duration-300">
<div class="w-fit flex-wrap flex">
<div class="w-fit h-fit "
v-for="(item, index) in mountedPersonalities" :key="index + '-' + item.name"