mirror of
https://git.mirrors.martin98.com/https://github.com/open-webui/open-webui
synced 2025-08-13 20:25:57 +08:00
refac: styling
This commit is contained in:
parent
ec81e98fa2
commit
aeafcc7903
@ -44,6 +44,10 @@ code {
|
|||||||
font-family: 'InstrumentSerif', sans-serif;
|
font-family: 'InstrumentSerif', sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.marked a {
|
||||||
|
@apply underline;
|
||||||
|
}
|
||||||
|
|
||||||
math {
|
math {
|
||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
}
|
}
|
||||||
|
@ -1526,7 +1526,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
{#if $config?.license_metadata?.input_footer}
|
{#if $config?.license_metadata?.input_footer}
|
||||||
<div class=" text-xs text-gray-500 text-center line-clamp-1">
|
<div class=" text-xs text-gray-500 text-center line-clamp-1 marked">
|
||||||
{@html DOMPurify.sanitize(marked($config?.license_metadata?.input_footer))}
|
{@html DOMPurify.sanitize(marked($config?.license_metadata?.input_footer))}
|
||||||
</div>
|
</div>
|
||||||
{:else}
|
{:else}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user