mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2025-01-18 10:46:27 +00:00
fixed ui
This commit is contained in:
parent
20236ea863
commit
54d6cf040a
File diff suppressed because one or more lines are too long
2
web/dist/index.html
vendored
2
web/dist/index.html
vendored
@ -6,7 +6,7 @@
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>LoLLMS WebUI - Welcome</title>
|
||||
<script type="module" crossorigin src="/assets/index-23e002d5.js"></script>
|
||||
<script type="module" crossorigin src="/assets/index-1f476e54.js"></script>
|
||||
<link rel="stylesheet" href="/assets/index-b3fd63c8.css">
|
||||
</head>
|
||||
<body>
|
||||
|
@ -7,7 +7,7 @@
|
||||
<button @click="searchSkills" class="bg-blue-500 text-white rounded px-4 py-1">Search</button>
|
||||
</div>
|
||||
|
||||
<div class="w-1/4 p-4 max-h-64">
|
||||
<div class="w-1/4 p-4 ">
|
||||
<h2 class="text-xl font-bold m-4">Categories</h2>
|
||||
<TransitionGroup v-if="categories.length > 0" name="list">
|
||||
<Discussion v-for="category in categories" :key="category" :id="category" :title="category"
|
||||
|
Loading…
Reference in New Issue
Block a user