mirror of
https://git.mirrors.martin98.com/https://github.com/open-webui/open-webui
synced 2025-08-16 09:46:04 +08:00
refac: styling
This commit is contained in:
parent
5cca378cc8
commit
83d2bf1c0d
@ -145,7 +145,7 @@
|
|||||||
{#if edit}
|
{#if edit}
|
||||||
<div class="py-2">
|
<div class="py-2">
|
||||||
<Textarea
|
<Textarea
|
||||||
class=" bg-transparent outline-none w-full resize-none"
|
className=" bg-transparent outline-none w-full resize-none"
|
||||||
bind:value={editedContent}
|
bind:value={editedContent}
|
||||||
onKeydown={(e) => {
|
onKeydown={(e) => {
|
||||||
if (e.key === 'Escape') {
|
if (e.key === 'Escape') {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user