浏览代码

Avoid an extra pixel outside the terminal

Alessandro Pignotti 9 月之前
父节点
当前提交
a7c4bc573c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/App.svelte

+ 1 - 1
src/App.svelte

@@ -119,7 +119,7 @@
 	<Nav />
 	<div class="flex flex-row flex-grow">
 		<SideBar />
-		<div class="grow h-full m-1 scrollbar" id="console">
+		<div class="grow h-full p-1 scrollbar" id="console">
 		</div>
 	</div>
 </main>