mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2024-12-19 04:17:52 +00:00
upgraded cards colors
This commit is contained in:
parent
daf4af4066
commit
00c0adbae2
8
web/dist/assets/index-46e7e2ac.css
vendored
Normal file
8
web/dist/assets/index-46e7e2ac.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
8
web/dist/assets/index-5f3dc25e.css
vendored
8
web/dist/assets/index-5f3dc25e.css
vendored
File diff suppressed because one or more lines are too long
4
web/dist/index.html
vendored
4
web/dist/index.html
vendored
@ -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-c83c2e93.js"></script>
|
||||
<link rel="stylesheet" href="/assets/index-5f3dc25e.css">
|
||||
<script type="module" crossorigin src="/assets/index-4f571962.js"></script>
|
||||
<link rel="stylesheet" href="/assets/index-46e7e2ac.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
|
@ -2,7 +2,7 @@
|
||||
<div v-if="isActive" class="overlay" @click="toggleCard"></div>
|
||||
<div
|
||||
:class="[
|
||||
'bg-white rounded-lg shadow-lg p-6',
|
||||
'bg-white dark:bg-gray-700 border-blue-300 rounded-lg shadow-lg p-6',
|
||||
cardWidthClass,
|
||||
'm-2',
|
||||
{ hovered: !disableHoverAnimation && isHovered, active: isActive }
|
||||
|
@ -8,7 +8,7 @@
|
||||
:placeholder="placeholderText"
|
||||
@input="handleInput"
|
||||
@paste="handlePaste"
|
||||
class="flex-1 px-4 py-2 text-lg border border-gray-300 rounded-md focus:outline-none focus:ring focus:border-blue-500"
|
||||
class="flex-1 px-4 py-2 text-lg dark:bg-gray-600 border border-gray-300 rounded-md focus:outline-none focus:ring focus:border-blue-500"
|
||||
/>
|
||||
<input
|
||||
v-else
|
||||
@ -17,11 +17,11 @@
|
||||
:min="minSliderValue"
|
||||
:max="maxSliderValue"
|
||||
@input="handleSliderInput"
|
||||
class="flex-1 px-4 py-2 text-lg border border-gray-300 rounded-md focus:outline-none focus:ring focus:border-blue-500"
|
||||
class="flex-1 px-4 py-2 text-lg border dark:bg-gray-600 border-gray-300 rounded-md focus:outline-none focus:ring focus:border-blue-500"
|
||||
/>
|
||||
<button
|
||||
@click="pasteFromClipboard"
|
||||
class="p-2 bg-blue-500 text-white rounded-md hover:bg-blue-600 focus:outline-none focus:ring focus:border-blue-300"
|
||||
class="p-2 bg-blue-500 dark:bg-gray-600 text-white rounded-md hover:bg-blue-600 focus:outline-none focus:ring focus:border-blue-300"
|
||||
>
|
||||
<i data-feather="clipboard"></i>
|
||||
</button>
|
||||
|
Loading…
Reference in New Issue
Block a user