mirror of
https://github.com/open-webui/open-webui
synced 2025-01-01 08:42:14 +00:00
refac: styling
This commit is contained in:
parent
d9573befff
commit
8535974ea3
@ -12,14 +12,14 @@
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<button
|
<button
|
||||||
class="flex gap-3 text-left w-[var(--width)] dark:bg-gray-850 dark:text-white bg-white text-black border border-gray-50 dark:border-gray-800 rounded-xl px-3 py-4"
|
class="flex gap-2.5 text-left w-[var(--width)] dark:bg-gray-850 dark:text-white bg-white text-black border border-gray-50 dark:border-gray-800 rounded-xl px-3.5 py-3.5"
|
||||||
on:click={() => {
|
on:click={() => {
|
||||||
onClick();
|
onClick();
|
||||||
dispatch('closeToast');
|
dispatch('closeToast');
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<div class="flex-shrink-0 self-top -translate-y-1">
|
<div class="flex-shrink-0 self-top -translate-y-0.5">
|
||||||
<img src={'/static/favicon.png'} alt="favicon" class="size-8 rounded-full" />
|
<img src={'/static/favicon.png'} alt="favicon" class="size-7 rounded-full" />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
|
Loading…
Reference in New Issue
Block a user