Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
open-webui
Commits
cbaaacfb
"src/sdk/git@developer.sourcefind.cn:OpenDAS/nni.git" did not exist on "43de011869b8f6a1778a1e1d7f56c2340cab39d6"
Commit
cbaaacfb
authored
Mar 23, 2024
by
Timothy J. Baek
Browse files
fix: styling
parent
85187deb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/lib/components/chat/Settings/Models.svelte
src/lib/components/chat/Settings/Models.svelte
+3
-3
No files found.
src/lib/components/chat/Settings/Models.svelte
View file @
cbaaacfb
...
@@ -723,7 +723,7 @@
...
@@ -723,7 +723,7 @@
<button
<button
type="button"
type="button"
class="w-full rounded-lg text-left py-2 px-4 dark:text-gray-300 dark:bg-gray-850"
class="w-full rounded-lg text-left py-2 px-4
bg-white
dark:text-gray-300 dark:bg-gray-850"
on:click={() => {
on:click={() => {
modelUploadInputElement.click();
modelUploadInputElement.click();
}}
}}
...
@@ -738,7 +738,7 @@
...
@@ -738,7 +738,7 @@
{:else}
{:else}
<div class="flex-1 {modelFileUrl !== '' ? 'mr-2' : ''}">
<div class="flex-1 {modelFileUrl !== '' ? 'mr-2' : ''}">
<input
<input
class="w-full rounded-lg text-left py-2 px-4 dark:text-gray-300 dark:bg-gray-850 outline-none {modelFileUrl !==
class="w-full rounded-lg text-left py-2 px-4
bg-white
dark:text-gray-300 dark:bg-gray-850 outline-none {modelFileUrl !==
''
''
? 'mr-2'
? 'mr-2'
: ''}"
: ''}"
...
@@ -753,7 +753,7 @@
...
@@ -753,7 +753,7 @@
{#if (modelUploadMode === 'file' && modelInputFile && modelInputFile.length > 0) || (modelUploadMode === 'url' && modelFileUrl !== '')}
{#if (modelUploadMode === 'file' && modelInputFile && modelInputFile.length > 0) || (modelUploadMode === 'url' && modelFileUrl !== '')}
<button
<button
class="px-2.5 bg-gray-100 hover:bg-gray-200 text-gray-800 dark:bg-gray-850 dark:hover:bg-gray-800 dark:text-gray-100 rounded-lg
disabled:bg-gray-700
disabled:cursor-not-allowed transition"
class="px-2.5 bg-gray-100 hover:bg-gray-200 text-gray-800 dark:bg-gray-850 dark:hover:bg-gray-800 dark:text-gray-100 rounded-lg disabled:cursor-not-allowed transition"
type="submit"
type="submit"
disabled={modelTransferring}
disabled={modelTransferring}
>
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment