浏览代码

refac: styling

Timothy J. Baek 11 月之前
父节点
当前提交
6e19e46b07
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/lib/components/chat/Messages/CodeBlock.svelte

+ 1 - 1
src/lib/components/chat/Messages/CodeBlock.svelte

@@ -208,7 +208,7 @@ __builtins__.input = input`);
 				const pltCanvasElement = document.getElementById(`plt-canvas-${id}`);
 
 				if (pltCanvasElement?.innerHTML !== '') {
-					pltCanvasElement.classList.add('px-4', 'pt-4');
+					pltCanvasElement.classList.add('pt-4');
 				}
 			} catch (error) {
 				console.error('Error:', error);