mirror of
https://github.com/open-webui/open-webui
synced 2024-11-07 00:59:52 +00:00
refac: styling
This commit is contained in:
parent
12977e07f3
commit
9dd76b72b4
@ -127,7 +127,7 @@
|
||||
</div>
|
||||
|
||||
{#if dismissible}
|
||||
<div class=" absolute -top-2 -right-2">
|
||||
<div class=" absolute -top-1 -right-1">
|
||||
<button
|
||||
class=" bg-gray-400 text-white border border-white rounded-full group-hover:visible invisible transition"
|
||||
type="button"
|
||||
|
@ -19,6 +19,7 @@
|
||||
{file}
|
||||
name={file.meta.name}
|
||||
type="file"
|
||||
size={file.meta?.size ?? ''}
|
||||
dismissible
|
||||
on:click={() => {
|
||||
dispatch('click', file.id);
|
||||
|
Loading…
Reference in New Issue
Block a user