0.1.3: visual fix
This commit is contained in:
parent
7d07873536
commit
14f0d494be
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "archery",
|
"name": "archery",
|
||||||
"version": "0.1.2",
|
"version": "0.1.3",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "archery",
|
"name": "archery",
|
||||||
"version": "0.1.2",
|
"version": "0.1.3",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"body-parser": "^1.20.3",
|
"body-parser": "^1.20.3",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "archery",
|
"name": "archery",
|
||||||
"version": "0.1.2",
|
"version": "0.1.3",
|
||||||
"description": "Build Arch packages through a web interface",
|
"description": "Build Arch packages through a web interface",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"docker",
|
"docker",
|
||||||
|
@ -121,7 +121,7 @@ input[type="submit"] {
|
|||||||
|
|
||||||
.sidebar {
|
.sidebar {
|
||||||
background: var(--primary);
|
background: var(--primary);
|
||||||
width: 16em;
|
width: 13rem;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 0;
|
top: 0;
|
||||||
@ -184,7 +184,7 @@ input[type="submit"] {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.content {
|
.content {
|
||||||
margin-left: 16em;
|
margin-left: 13rem;
|
||||||
padding: 1em;
|
padding: 1em;
|
||||||
|
|
||||||
&.no-padding {
|
&.no-padding {
|
||||||
@ -210,13 +210,13 @@ input[type="submit"] {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.logs {
|
.logs {
|
||||||
|
width: fit-content;
|
||||||
|
min-width: 100%;
|
||||||
font-family: 'Courier New', monospace;
|
font-family: 'Courier New', monospace;
|
||||||
font-size: 0.9em;
|
font-size: 0.9em;
|
||||||
border-left: #d96a14 .2em solid;
|
border-left: #d96a14 .2em solid;
|
||||||
background: #2a2a2a;
|
background: #2a2a2a;
|
||||||
margin-top: 1em;
|
margin-top: 1em;
|
||||||
overflow-x: auto;
|
|
||||||
overflow-wrap: anywhere;
|
|
||||||
|
|
||||||
p {
|
p {
|
||||||
padding: .1em .5em;
|
padding: .1em .5em;
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<% } %>
|
<% } %>
|
||||||
<p><a href="/build/<%= build.id %>/logs">Full logs</a></p>
|
<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) { %>
|
<% if (!ended) { %>
|
||||||
<label id="followCheckmarkContainer" title="Follow logs">
|
<label id="followCheckmarkContainer" title="Follow logs">
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
<link rel="canonical" href="<%= page.canonical%>"/>
|
<link rel="canonical" href="<%= page.canonical%>"/>
|
||||||
<% } %>
|
<% } %>
|
||||||
<link rel="shortcut icon" href="/assets/svg/favicon.svg">
|
<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 %>">
|
<script nonce="<%= cspNonce %>">
|
||||||
document.addEventListener("DOMContentLoaded", function() {
|
document.addEventListener("DOMContentLoaded", function() {
|
||||||
document.body.classList.remove('preload');
|
document.body.classList.remove('preload');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user