nodejs->deno

This commit is contained in:
lutinglt
2025-02-13 01:13:32 +08:00
parent c0d181278f
commit 34f72da8b5
10 changed files with 61 additions and 75 deletions

View File

@@ -6,7 +6,7 @@
min-height: calc(-104px + 100vh);
&:before {
content: 'Actions';
content: "Actions";
display: block;
font-size: 20px;
font-weight: 600;
@@ -17,7 +17,7 @@
.twelve.wide {
&:before {
content: 'Workflow Runs';
content: "Workflow Runs";
display: block;
font-size: 20px;
margin-top: 6px;
@@ -120,7 +120,7 @@
}
.action-commit-summary {
margin-left: 28+14px;
margin-left: 28 + 14px;
}
}
}
@@ -146,7 +146,7 @@
border-top: 1px solid #2f353d;
&:before {
content: 'Jobs';
content: "Jobs";
color: #9198a1;
font-size: 12px;
font-weight: 600;
@@ -179,7 +179,7 @@
overflow: visible;
background: #1f6feb;
border-radius: 0.375rem;
content: '';
content: "";
height: 24px;
left: calc(0.5rem * -1);
position: absolute;