mirror of
https://github.com/open-webui/open-webui
synced 2024-11-21 23:57:51 +00:00
refac: styling
This commit is contained in:
parent
94a0bf90ce
commit
57550cbf56
@ -300,7 +300,7 @@
|
||||
|
||||
{#if !edit || model}
|
||||
<form
|
||||
class="flex flex-col md:flex-row mx-auto gap-3 md:gap-6"
|
||||
class="flex flex-col md:flex-row w-full gap-3 md:gap-6"
|
||||
on:submit|preventDefault={() => {
|
||||
submitHandler();
|
||||
}}
|
||||
@ -356,7 +356,7 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<div class="w-full">
|
||||
<div class="mt-2 my-2 flex flex-col">
|
||||
<div class="flex-1">
|
||||
<div>
|
||||
|
@ -60,7 +60,7 @@
|
||||
|
||||
<div class="w-full max-h-full flex justify-center">
|
||||
<form
|
||||
class="flex flex-col max-w-4xl mx-auto mb-10 py-4"
|
||||
class="flex flex-col w-full mb-10"
|
||||
on:submit|preventDefault={() => {
|
||||
submitHandler();
|
||||
}}
|
||||
@ -137,9 +137,9 @@
|
||||
|
||||
<div class="my-4 flex justify-end pb-20">
|
||||
<button
|
||||
class=" text-sm px-3 py-2 transition rounded-lg {loading
|
||||
class=" text-sm w-full lg:w-fit px-4 py-2 transition rounded-lg {loading
|
||||
? ' cursor-not-allowed bg-white hover:bg-gray-100 text-black'
|
||||
: ' bg-white hover:bg-gray-100 text-black'} flex w-full justify-center"
|
||||
: ' bg-white hover:bg-gray-100 text-black'} flex justify-center"
|
||||
type="submit"
|
||||
disabled={loading}
|
||||
>
|
||||
|
Loading…
Reference in New Issue
Block a user