mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-14 05:15:18 +00:00
refac: styling
This commit is contained in:
parent
c0f3352b71
commit
e5bb366719
3 changed files with 4 additions and 4 deletions
|
|
@ -32,7 +32,7 @@
|
|||
</script>
|
||||
|
||||
<button
|
||||
class="flex gap-2.5 text-left min-w-[var(--width)] w-full dark:bg-gray-850 dark:text-white bg-white text-black border border-gray-100 dark:border-gray-850 rounded-xl px-3.5 py-3.5"
|
||||
class="flex gap-2.5 text-left min-w-[var(--width)] w-full dark:bg-gray-850 dark:text-white bg-white text-black border border-gray-100 dark:border-gray-850 rounded-3xl px-3.5 py-3"
|
||||
on:click={() => {
|
||||
onClick();
|
||||
dispatch('closeToast');
|
||||
|
|
@ -44,7 +44,7 @@
|
|||
|
||||
<div>
|
||||
{#if title}
|
||||
<div class=" text-[13px] font-medium mb-0.5 line-clamp-1 capitalize">{title}</div>
|
||||
<div class=" text-[13px] font-medium mb-0.5 line-clamp-1">{title}</div>
|
||||
{/if}
|
||||
|
||||
<div class=" line-clamp-2 text-xs self-center dark:text-gray-300 font-normal">
|
||||
|
|
|
|||
|
|
@ -454,7 +454,7 @@
|
|||
{/each}
|
||||
</ul>
|
||||
</section>
|
||||
<div class="pb-12" />
|
||||
<div class="pb-18" />
|
||||
{#if bottomPadding}
|
||||
<div class=" pb-6" />
|
||||
{/if}
|
||||
|
|
|
|||
|
|
@ -454,7 +454,7 @@
|
|||
goto(`/channels/${event.channel_id}`);
|
||||
},
|
||||
content: data?.content,
|
||||
title: event?.channel?.name
|
||||
title: `#${event?.channel?.name}`
|
||||
},
|
||||
duration: 15000,
|
||||
unstyled: true
|
||||
|
|
|
|||
Loading…
Reference in a new issue