mirror of
https://git.mirrors.martin98.com/https://github.com/open-webui/open-webui
synced 2025-08-18 15:35:55 +08:00
refac: styling
This commit is contained in:
parent
ee526b4b07
commit
73faa8dc80
@ -5,7 +5,7 @@
|
||||
export let src = '';
|
||||
export let alt = '';
|
||||
|
||||
export let className = '';
|
||||
export let className = ' w-full';
|
||||
|
||||
let _src = '';
|
||||
$: _src = src.startsWith('/') ? `${WEBUI_BASE_URL}${src}` : src;
|
||||
|
Loading…
x
Reference in New Issue
Block a user