소스 검색

fix: code block styling

Timothy J. Baek 1 년 전
부모
커밋
917ab08f5c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/lib/components/chat/Messages/CodeBlock.svelte

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

@@ -22,7 +22,7 @@
 
 <div class="mb-4">
 	<div
-		class="flex justify-between bg-[#202123] text-white text-xs px-4 pt-1 rounded-t-lg overflow-x-auto"
+		class="flex justify-between bg-[#202123] text-white text-xs px-4 pt-1 pb-0.5 rounded-t-lg overflow-x-auto"
 	>
 		<div class="p-1">{lang}</div>
 		<button class="copy-code-button bg-none border-none p-1" on:click={copyCode}