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
d4c19306
"...git@developer.sourcefind.cn:chenpangpang/open-webui.git" did not exist on "c57c72cc39bbe6498771276162e39f32a33e798f"
Commit
d4c19306
authored
May 15, 2024
by
Timothy J. Baek
Browse files
fix: styling
parent
7d629930
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
src/lib/components/chat/MessageInput.svelte
src/lib/components/chat/MessageInput.svelte
+3
-3
src/routes/(app)/+page.svelte
src/routes/(app)/+page.svelte
+1
-1
src/routes/(app)/c/[id]/+page.svelte
src/routes/(app)/c/[id]/+page.svelte
+1
-1
No files found.
src/lib/components/chat/MessageInput.svelte
View file @
d4c19306
...
...
@@ -412,7 +412,7 @@
{#if dragged}
<div
class="fixed {$showSidebar
? 'left-0
lg
:left-[260px]
lg
:w-[calc(100%-260px)]'
? 'left-0
md
:left-[260px]
md
:w-[calc(100%-260px)]'
: 'left-0'} w-full h-full flex z-50 touch-none pointer-events-none"
id="dropzone"
role="region"
...
...
@@ -428,9 +428,9 @@
</div>
{/if}
<div class="fixed bottom-0 {$showSidebar ? 'left-0
lg
:left-[260px]' : 'left-0'} right-0">
<div class="fixed bottom-0 {$showSidebar ? 'left-0
md
:left-[260px]' : 'left-0'} right-0">
<div class="w-full">
<div class="px-2.5
lg
:px-16 -mb-0.5 mx-auto inset-x-0 bg-transparent flex justify-center">
<div class="px-2.5
md
:px-16 -mb-0.5 mx-auto inset-x-0 bg-transparent flex justify-center">
<div class="flex flex-col max-w-5xl w-full">
<div class="relative">
{#if autoScroll === false && messages.length > 0}
...
...
src/routes/(app)/+page.svelte
View file @
d4c19306
...
...
@@ -883,7 +883,7 @@
<div
class="min-h-screen max-h-screen {$showSidebar
? '
lg
:
max
-
w
-[
calc
(
100
%-
260
px
)]
'
? '
md
:
max
-
w
-[
calc
(
100
%-
260
px
)]
'
: ''} w-full max-w-full flex flex-col"
>
<Navbar
...
...
src/routes/(app)/c/[id]/+page.svelte
View file @
d4c19306
...
...
@@ -893,7 +893,7 @@
{#if loaded}
<div
class="min-h-screen max-h-screen {$showSidebar
? '
lg
:
max
-
w
-[
calc
(
100
%-
260
px
)]
'
? '
md
:
max
-
w
-[
calc
(
100
%-
260
px
)]
'
: ''} w-full max-w-full flex flex-col"
>
<Navbar
...
...
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