0.1.3: visual fix

This commit is contained in:
2025-01-15 21:56:22 -05:00
parent 7d07873536
commit 14f0d494be
5 changed files with 9 additions and 9 deletions

View File

@@ -26,7 +26,7 @@
</div>
<% } %>
<p><a href="/build/<%= build.id %>/logs">Full logs</a></p>
<pre><div class="logs" id="logs"><% (log || []).forEach(line => { %><p><%= line %></p><% }) %></div></pre>
<pre class="overflow-x"><div class="logs" id="logs"><% (log || []).forEach(line => { %><p><%= line %></p><% }) %></div></pre>
<% if (!ended) { %>
<label id="followCheckmarkContainer" title="Follow logs">

View File

@@ -14,7 +14,7 @@
<link rel="canonical" href="<%= page.canonical%>"/>
<% } %>
<link rel="shortcut icon" href="/assets/svg/favicon.svg">
<link rel="stylesheet" href="/assets/css/styles.css?v2">
<link rel="stylesheet" href="/assets/css/styles.css?v3">
<script nonce="<%= cspNonce %>">
document.addEventListener("DOMContentLoaded", function() {
document.body.classList.remove('preload');