Fixes build results console log screen

This commit is contained in:
2026-07-08 20:32:00 -07:00
parent bd6ad6009a
commit 57198cd671
6 changed files with 28 additions and 17 deletions
+1 -1
View File
@@ -628,7 +628,7 @@
</div>
<h4>Build Log</h4>
<pre class="build-log">{{ build.build_log || 'No logs yet.' }}</pre>
<div class="build-log"><pre>{{ build.build_log || 'No logs yet.' }}</pre></div>
</section>
}
</div>
+9 -1
View File
@@ -427,6 +427,7 @@
border: 1px solid $neutral-light;
border-radius: $radius-md;
padding: $spacing-md;
overflow: hidden;
h3,
h4 {
@@ -535,8 +536,15 @@
border-radius: $radius-sm;
padding: $spacing-sm;
max-height: 280px;
overflow: auto;
overflow-x: auto;
overflow-y: auto;
font-size: 0.8rem;
width: 100%;
pre {
margin: 0;
white-space: pre;
}
}
// ── Theme export status ──────────────────────────────────