refac: styling

This commit is contained in:
Timothy J. Baek 2024-08-20 17:03:20 +02:00
parent ee526b4b07
commit 73faa8dc80

View File

@ -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;