mirror of
https://github.com/open-webui/open-webui
synced 2025-01-18 08:40:58 +00: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…
Reference in New Issue
Block a user