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>
|
</div>
|
||||||
|
|
||||||
{#if dismissible}
|
{#if dismissible}
|
||||||
<div class=" absolute -top-2 -right-2">
|
<div class=" absolute -top-1 -right-1">
|
||||||
<button
|
<button
|
||||||
class=" bg-gray-400 text-white border border-white rounded-full group-hover:visible invisible transition"
|
class=" bg-gray-400 text-white border border-white rounded-full group-hover:visible invisible transition"
|
||||||
type="button"
|
type="button"
|
||||||
|
@ -19,6 +19,7 @@
|
|||||||
{file}
|
{file}
|
||||||
name={file.meta.name}
|
name={file.meta.name}
|
||||||
type="file"
|
type="file"
|
||||||
|
size={file.meta?.size ?? ''}
|
||||||
dismissible
|
dismissible
|
||||||
on:click={() => {
|
on:click={() => {
|
||||||
dispatch('click', file.id);
|
dispatch('click', file.id);
|
||||||
|
Loading…
Reference in New Issue
Block a user