mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-16 20:07:49 +01:00
refac: styling
This commit is contained in:
@@ -145,7 +145,7 @@
|
||||
{#if edit}
|
||||
<div class="py-2">
|
||||
<Textarea
|
||||
class=" bg-transparent outline-none w-full resize-none"
|
||||
className=" bg-transparent outline-none w-full resize-none"
|
||||
bind:value={editedContent}
|
||||
onKeydown={(e) => {
|
||||
if (e.key === 'Escape') {
|
||||
|
||||
Reference in New Issue
Block a user