mirror of
https://github.com/open-webui/open-webui
synced 2025-06-26 18:26:48 +00:00
refac: styling
This commit is contained in:
parent
39c2f70778
commit
19bcda2362
@ -33,7 +33,9 @@
|
|||||||
{/if}
|
{/if}
|
||||||
|
|
||||||
<button
|
<button
|
||||||
class="relative group p-1.5 {className} flex items-center gap-1 {colorClassName} rounded-xl text-left"
|
class="relative group p-1.5 {className} flex items-center gap-1 {colorClassName} {small
|
||||||
|
? 'rounded-xl'
|
||||||
|
: 'rounded-2xl'} text-left"
|
||||||
type="button"
|
type="button"
|
||||||
on:click={async () => {
|
on:click={async () => {
|
||||||
if (item?.file?.data?.content) {
|
if (item?.file?.data?.content) {
|
||||||
|
Loading…
Reference in New Issue
Block a user