This commit is contained in:
momo5502
2025-04-29 10:33:47 +02:00
parent e20916a3c4
commit 90727f9776
2 changed files with 3 additions and 3 deletions

View File

@@ -68,9 +68,9 @@ button.fancy.bg-secondary:hover {
border: 1px solid rgb(33, 33, 34);
}
.terminal-output span {
/*.terminal-output span {
padding: 0px 16px;
}
}*/
.terminal-output {
font-weight: 600;

View File

@@ -210,7 +210,7 @@ export function Playground() {
/>
</div>
</header>
<div className="flex flex-1 flex-col overflow-auto pt-4">
<div className="flex flex-1 flex-col gap-4 p-4 overflow-auto">
<Output ref={output} />
</div>
</SidebarInset>