mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-11 20:05:19 +00:00
refac: styling
This commit is contained in:
parent
ee526b4b07
commit
73faa8dc80
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue