This commit is contained in:
Saifeddine ALOUI 2024-04-22 01:00:15 +02:00
parent 5db99a02e2
commit 52eb4c290c
4 changed files with 7 additions and 7 deletions

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-04381891.js"></script>
<link rel="stylesheet" href="/assets/index-603b61f4.css">
<script type="module" crossorigin src="/assets/index-700a9376.js"></script>
<link rel="stylesheet" href="/assets/index-197f5f8e.css">
</head>
<body>
<div id="app"></div>

View File

@ -137,7 +137,7 @@
<div v-if="item.name!=binding_name" class="group items-center flex flex-row">
<button @click.prevent="setBinding(item)" class="w-10 h-10">
<img :src="item.icon?item.icon:modelImgPlaceholder"
class="w-10 h-10 rounded-full object-fill text-red-700 border-2 active:scale-90 hover:border-secondary "
class="w-8 h-8 rounded-full object-fill text-red-700 border-2 active:scale-90 hover:border-secondary "
:title="item.name">
</button>
</div>
@ -161,7 +161,7 @@
<div v-if="item.name!=model_name" class="group items-center flex flex-row">
<button @click.prevent="setModel(item)" class="w-10 h-10">
<img :src="item.icon?item.icon:modelImgPlaceholder"
class="w-10 h-10 rounded-full object-fill text-red-700 border-2 active:scale-90 hover:border-secondary "
class="w-8 h-8 rounded-full object-fill text-red-700 border-2 active:scale-90 hover:border-secondary "
:title="item.name">
</button>
</div>