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
aa9f3d0632
commit
6e19e46b07
@ -208,7 +208,7 @@ __builtins__.input = input`);
|
|||||||
const pltCanvasElement = document.getElementById(`plt-canvas-${id}`);
|
const pltCanvasElement = document.getElementById(`plt-canvas-${id}`);
|
||||||
|
|
||||||
if (pltCanvasElement?.innerHTML !== '') {
|
if (pltCanvasElement?.innerHTML !== '') {
|
||||||
pltCanvasElement.classList.add('px-4', 'pt-4');
|
pltCanvasElement.classList.add('pt-4');
|
||||||
}
|
}
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
console.error('Error:', error);
|
console.error('Error:', error);
|
||||||
|
Loading…
Reference in New Issue
Block a user